Update desktop logo image
Supports any image file in any resolution. Also all files scales to maximum 1200 px on side. Recommended resolution for logo is 600x600 Device will set image to default, if no image was passed
- 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...