Skip to content
Snippets Groups Projects
Commit a46bf4e0 authored by Sebastian's avatar Sebastian
Browse files

another try

parent eec9c1f1
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ Content-Type: text/plain
This endpoint allows you to retrieve a file's signed URL that can be used to download the file.
#### Request
`GET /api/aws-signed-url/{fragmentId}/{fileId}`
| URI Parameter | Requiered | Requirements | Description |
| -------- | -------- | -------- | -------- |
| fragmentId | Yes | String | The ID of the fragment to which the file belongs to |
......@@ -69,6 +70,7 @@ HTTP/1.1 200
## Delete file [DELETE]
#### Request
`DELETE /api/aws-delete/{fragmentId}/{fileId}`
| URI Parameter | Requiered | Requirements | Description |
| -------- | -------- | -------- | -------- |
| fragmentId | Yes | String | The ID of the fragment to which the file belongs to |
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment