Start upgrading firmware from server
- Starts upgrading firmware from server
- Action can be performed if new firware is awailable:
GET /system/firmware/check/status
returnsis_latest_version_installed=false
- You cannot downgrade firmware using this method
Responses
- 200
- 400
- 401
OK, this code returned before update start
- The latest version of the system software is already installed
- application/json
- Schema
- Example (from schema)
- Nothing to update
Schema
- error string
{
"error": "Wrong JSON body"
}
{
"error": "The latest version of the system software is already installed"
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...