Get Updates settings
Returns Updates settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- check_updates_automatic boolean
- custom_server_enable boolean
- custom_server string
{
  "check_updates_automatic": true,
  "custom_server_enable": true,
  "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": "Log In"
}
{
  "error": "Log In"
}
Loading...