Upload firmware image
Uploads firmware image for updating process
- application/octet-stream
Request Body required
- string binary
Zip archive
Responses
- 200
- 400
- 401
Update started
- 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...