Upload firmware image
Uploads firmware image for updating process
- multipart/form-data
Request Body
- string binaryZip archive 
Responses
- 200
- 400
- 401
Update started
- application/json
- Schema
- Example (from schema)
- Exemple
Schema
- latest_version_from_file object- Information about the latest firmware version details name string- Name of the latest firmware version date string- Date of the latest firmware release description string- Description of the latest firmware changes 
- is_latest_version_installed booleanIndicates if the latest version is installed 
{
  "latest_version_from_file": {
    "name": "5.12.1",
    "date": "2023-11-14",
    "description": "<ul>...</ul>"
  },
  "is_latest_version_installed": false
}
{
  "latest_version_from_file": {
    "name": "5.12.1",
    "date": "2023-11-14",
    "description": "<ul>Updated parameters available to a device...</ul>"
  },
  "is_latest_version_installed": false
}
- Downloading problems
- Wrong firmware image
- application/json
- Schema
- Example (from schema)
- Downloading problems
- Wrong image
Schema
- error stringError information 
{
  "error": "Wrong JSON body"
}
{
  "error": "Downloading problems"
}
{
  "error": "Wrong firmware image"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...