Storyden
Misc

Banner Upload

Upload and process the installation's banner image.

POST/info/banner

Upload and process the installation's banner image.

storyden-session<token>

In: cookie

Request Body

application/octet-stream

Upload a file.

TypeScript Definitions

Use the request body type in TypeScript.

body?file

Response Body

application/json

curl -X POST "https://example.com/info/banner" \  -H "Content-Type: application/octet-stream" \  -d 'string'
Empty
Empty
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "trace_id": "string",
  "metadata": {}
}