Get Updates settings
Returns Updates settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- check_updates_automatic booleanDetermines whether to notify about new updates 
- custom_server_enable booleanDetermines whether to use a custom server to check for updates 
- custom_server stringCustom server address 
- is_auto_update_enabled booleanIndicates whether the device will automatically download and install firmware or software updates without requiring manual confirmation. 
{
  "check_updates_automatic": false,
  "custom_server_enable": false,
  "custom_server": "https://server.my",
  "is_auto_update_enabled": false
}
{
  "check_updates_automatic": true,
  "custom_server_enable": true,
  "custom_server": "https://server.my",
  "is_auto_update_enabled": false
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...