Start upgrading firmware from server
- Starts upgrading firmware from server
- Action can be performed if new firware is awailable: GET /system/firmware/check/statusreturnsis_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 stringerror type/info 
{
  "error": "Wrong JSON body"
}
{
  "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 stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...