Get custom updates server address
Get custom updates server address. Server used in projects with custom firmware, when customer want to block updates from general server and allow only from own server.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- enable boolean
Default value:
false
- custom_server_url string
Server URL
{
"enable": false,
"custom_server_url": "http://cdn.local/bas-ip/updates/"
}
{
"enable": true,
"custom_server_url": "http://cdn.local/bas-ip/updates/"
}
Log In
Loading...