POST /system/update/extension
Use this resource to update the ECY series’ firmware. The firmware can be uploaded for:
The file need to be sent as a Multipart/Form-data.
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/extension
---------------------------acebdf13572468
Content-Disposition: form-data; name="file"; filename="WTCRx_v1.0.16068.1.DFF"
Content-Type: application/octet-stream
The file content is here...
---------------------------acebdf13572468--