POST /system/update/firmware
Use this resource to update the ECY series’ firmware. The firmware can be uploaded for:
Use this resource to update the ECY series’ firmware.
The file needs to be sent as a Multipart/Form-data.
After successfully uploading, the device will reboot to apply the new firmware.
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
There are multiple possible values according the resource:
If this parameter is not present during the request, and error 415 Unsupported Media Type will be thrown.
The Content-Length entity-header field indicates the size of the entity-body.
URL Example: https://0.0.0.0/api/rest/v1/system/update/firmware
---------------------------acebdf13572468
Content-Disposition: form-data; name="file"; filename="cloud9-main-v1.3.16069.617.zip"
Content-Type: application/octet-stream
The file content is here...
---------------------------acebdf13572468--