Get Updates settings
Returns Updates settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- check_updates_automatic boolean
Determines whether to notify about new updates
- custom_server_enable boolean
Determines whether to use a custom server to check for updates
- custom_server string
Custom server address
{
"check_updates_automatic": false,
"custom_server_enable": false,
"custom_server": "https://server.my"
}
{
"check_updates_automatic": true,
"custom_server_enable": true,
"custom_server": "https://server.my"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...