Public Files
Last updated
Was this helpful?
GET /public-files
The list returned does not contain the contents of the files.
[
{
"filename": "test.txt"
}
]POST /public-files
filename*
String
The name for the file
file*
File
The file to be uploaded
{ "ok": true }DELETE /public-files/:filename
filename*
String
The name of the file you want to remove
Last updated
Was this helpful?
Was this helpful?
{ "ok": true }