Update dekstop 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
- application/octet-stream
Request Body required
- string binary
Image upload model
Responses
- 200
- 400
- 401
- OK
- Logo set to default
- application/json
- Schema
- Example (from schema)
- Error
Schema
- error string
{
"error": "Wrong JSON body"
}
{
"error": "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": "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": "Log In"
}
{
"error": "Log In"
}
Loading...