Improves README API Documentation
This commit is contained in:
17
README.md
17
README.md
@@ -84,6 +84,14 @@ poetry run ./run-queue.sh --queue
|
||||
| `username` | `string` | **Required**. Username of file owner |
|
||||
| `file_postfix` | `string` | **Required**. Type of desired file |
|
||||
|
||||
Returns:
|
||||
|
||||
```json
|
||||
{
|
||||
"presigned_url": string
|
||||
}
|
||||
```
|
||||
|
||||
#### Get file write link
|
||||
|
||||
```http
|
||||
@@ -96,6 +104,15 @@ poetry run ./run-queue.sh --queue
|
||||
| `file_postfix` | `string` | **Required**. Type of desired file |
|
||||
| `file_type` | `string` | **Required**. File format |
|
||||
|
||||
Returns:
|
||||
|
||||
```json
|
||||
{
|
||||
"presigned_url": string,
|
||||
"file_key": string
|
||||
}
|
||||
```
|
||||
|
||||
#### Delete file
|
||||
|
||||
```http
|
||||
|
||||
Reference in New Issue
Block a user