Public Files
Returns a list of the public files
GET
/public-files
The list returned does not contain the contents of the files.
Upload a public file
POST
/public-files
Request Body
Name | Type | Description |
---|---|---|
filename* | String | The name for the file |
file* | File | The file to be uploaded |
Removes a public file
DELETE
/public-files/:filename
Path Parameters
Name | Type | Description |
---|---|---|
filename* | String | The name of the file you want to remove |
Last updated