Logo
Authorizations
AuthorizationstringRequired
Bearer authentication
Responses
200
Tenant logo (PNG or SVG).
application/json
logostringRequired
204
No Content.
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get/api/v1/logo
GET /api/v1/logo HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"logo": "text"
}Authorizations
AuthorizationstringRequired
Bearer authentication
Body
logostring · min: 1 · max: 500000Required
Base64 logo file
Responses
200
Logo uploaded.
No content
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
413
Request entity too large
application/json
415
Unsupported media type
application/json
500
unexpected error
application/json
503
unexpected error
application/json
post/api/v1/logo
POST /api/v1/logo HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"logo": "text"
}No content
Last updated