Start upgrading firmware from server
- Starts upgrading firmware from server
- Action can be performed if new firmware is available:
GET /system/firmware/check/status
returnsis_latest_version_installed=false
- You cannot downgrade firmware using this method
Responses
- 200
- 400
- 401
OK
- The latest version of the system software is already installed
- Upgrading has been already started!
- application/json
- Schema
- Example (from schema)
- Upgrading in process
- Nothing to update
Schema
- error string
Error message
{
"error": "Wrong JSON body"
}
{
"error": "Upgrading has been already started!"
}
{
"error": "The latest version of the system software is already installed"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...