Upload firmware image
Upload firmware image for manual update
- application/zip
Request Body required
- file binary required
Firmware image
Responses
- 200
- 400
- 401
Update started
- Downloading problems
- Wrong firmware image
- application/json
- Schema
- Example (from schema)
- Wrong firmware file
- Downloading problems
Schema
- error string
Possible values: [
Nothing to update
,Downloading firmware error
,Wrong firmware image
]
{
"error": "Nothing to update"
}
{
"error": "Wrong firmware file"
}
{
"error": "Downloading problems"
}
Please log in
- application/json
- Schema
- Example (from schema)
Schema
- error string
{
"error": "Log In"
}
Loading...