Upload desktop logo image
Uploads a logo image for the desktop. Any image format and resolution is accepted. Images are scaled to a maximum of 1200 px on the longest side. Recommended resolution is 600×600 px. If no image is provided, the logo is reset to the default.
- multipart/form-data
Request Body
- string binary
Image upload model
Responses
- 200
- 400
- 401
- OK
- Logo set to default
- Wrong image file
- Image size is too big
- application/json
- Schema
- Example (from schema)
- Wrong file
- Image to big
Schema
- error string
Error information
{
"error": "Wrong JSON body"
}
{
"error": "Wrong image file"
}
{
"error": "Image size is too big"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...