Set custom firmware updates server settings
Get custom firmware updates server settings. Can be used if the user has custom features and does not want to receive general updates.
- application/json
Request Body required
- is_custom_server_enable boolean required
describes feature status, true - on, false - off
- custom_server_url string required
url of custom server
Responses
- 200
- 400
- 401
OK
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
error type/info
{
"error": "Wrong JSON body"
}
{
"error": "Wrong JSON body"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...