Upload firmware image
Uploads firmware image for updating process
- multipart/form-data
Request Body
- string binary
Zip 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 stringName of the latest firmware version
date stringDate of the latest firmware release
description stringDescription of the latest firmware changes
- is_latest_version_installed boolean
Indicates 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 string
Error 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 string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...