Skip to content

Set fallback image

POST
/api/settings/fallback_image

Set fallback image. If no image is sent, fallback_image setting value will be undefined. Admin role is required.

Authorizations

bearerAuth

Bearer token using a JWT

Type
HTTP (Bearer)

Request Body

multipart/form-data
object

Fallback image for non image events.

Responses

Fallback image set or undefined.

application/json
JSON
{
  
"key": "title",
  
"value": "Demo Gancio",
  
"is_secret": true,
  
"createdAt": "2020-01-29T18:10:16.630Z",
  
"updatedAt": "2020-01-30T22:42:14.789Z"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI