Misc
Banner Upload
Upload and process the installation's banner image.
Upload and process the installation's banner image.
POST
/info/bannerstoryden-session<token>
In: cookie
Request Body
application/octet-stream
Upload a file.
body?file
Format
binaryResponse Body
application/json
curl -X POST "https://loading/api/info/banner" \ -H "Content-Type: application/octet-stream" \ -d 'string'Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}