Public Files
Public files are files that are available at the root location of your Appmixer Tenant API endpoint. For example, uploading verify.html will make the file available at API_URL/verify.html.
Returns a list of the public files
[
{
"filename": "test.txt"
}
]Upload a public file
Request Body
Name
Type
Description
{ "ok": true }Removes a public file
Path Parameters
Name
Type
Description
Was this helpful?
