upgrade modem firmware for group of devices
Partner can upgrade modem firmware for a group of devices. Several device_id should be separated by ','
Request
Body Params multipart/form-data
Request Code Samples
curl --location --globoff 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/partner/{{PARTNER_COMPANY_NAME}}/companies/{{COMPANY_NAME}}/modem/firmware/group/{{GROUP_NAME}}' \
--form 'ids="{{DEVICE_IDs}}"'
Responses
application/json
{
"meta": {
"code": 200
},
"response": {},
"result": "OK"
}
Modified at 2024-07-25 02:00:14