Skip to content

Commit 88fb521

Browse files
committed
chore: update usecases.md
1 parent 4dd5c4c commit 88fb521

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

docs/useCases.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2930,7 +2930,7 @@ _See [use case](../src/guestbooks/domain/useCases/RemoveDatasetGuestbook.ts) imp
29302930

29312931
#### Get Signed Datafile Download URL
29322932

2933-
Returns a signed URL for downloading a single datafile using `GET /api/access/datafile/{fileId:.+}?signed=true`.
2933+
Returns a signed URL for downloading a single datafile.
29342934

29352935
##### Example call:
29362936

@@ -2946,7 +2946,7 @@ _See [use case](../src/access/domain/useCases/GetSignedDatafileDownloadUrl.ts) i
29462946

29472947
#### Get Signed Datafiles Download URL
29482948

2949-
Returns a signed URL for downloading multiple datafiles using `GET /api/access/datafiles/{fileIds}?signed=true`.
2949+
Returns a signed URL for downloading multiple datafiles.
29502950

29512951
##### Example call:
29522952

@@ -2962,7 +2962,7 @@ _See [use case](../src/access/domain/useCases/GetSignedDatafilesDownloadUrl.ts)
29622962

29632963
#### Get Signed Dataset Download URL
29642964

2965-
Returns a signed URL for downloading a dataset using `GET /api/access/dataset/{id}?signed=true`.
2965+
Returns a signed URL for downloading a dataset.
29662966

29672967
##### Example call:
29682968

@@ -2978,7 +2978,7 @@ _See [use case](../src/access/domain/useCases/GetSignedDatasetDownloadUrl.ts) im
29782978

29792979
#### Get Signed Dataset Version Download URL
29802980

2981-
Returns a signed URL for downloading a dataset version using `GET /api/access/dataset/{id}/versions/{versionId}?signed=true`.
2981+
Returns a signed URL for downloading a dataset version.
29822982

29832983
##### Example call:
29842984

@@ -2990,8 +2990,6 @@ getSignedDatasetVersionDownloadUrl.execute(10, '1.0').then((signedUrl: string) =
29902990
})
29912991
```
29922992

2993-
Signed URLs are only available to authenticated users. Guest users will receive an error when requesting `signed=true`.
2994-
29952993
_See [use case](../src/access/domain/useCases/GetSignedDatasetVersionDownloadUrl.ts) implementation_.
29962994

29972995
### Access Write Use Cases

0 commit comments

Comments
 (0)