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

fixed readme table

parent fc85bbca
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,8 @@ 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|
| :---: | :---: | :---: | :---: |
| URI Parameter | Requiered | Requirements | Description |
| -------- | -------- | -------- | -------- |
| fragmentId | Yes | String | The ID of the fragment to which the file belongs to |
| fileId | Yes | String | The ID of the file |
......@@ -69,8 +69,8 @@ HTTP/1.1 200
## Delete file [DELETE]
#### Request
`DELETE /api/aws-delete/{fragmentId}/{fileId}`
|URI Parameter|Requiered|Requirements|Description|
| :---: | :---: | :---: | :---: |
| URI Parameter | Requiered | Requirements | Description |
| -------- | -------- | -------- | -------- |
| fragmentId | Yes | String | The ID of the fragment to which the file belongs to |
| fileId | Yes | String | The ID of the file |
......
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