Get 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.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Custom server
Schema
- is_custom_server_enable boolean
Is used custom server for updating. It may be used for updating in local network.
- custom_server_url string
Custom server address
{
"is_custom_server_enable": true,
"custom_server_url": "http://cdn.local/bas-ip/updates/"
}
{
"is_custom_server_enable": true,
"custom_server_url": "http://cdn.local/bas-ip/updates/"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...