Update devices by passing one or more device IDs. The API currently supports:
id
under application
to null
and 'region' to null
. Set an empty array to the attribute subscription
to remove a subscription. 202 Accepted
if basic input validations are successful. The location header in the response provides the URI to be invoked for fetching the progress of the device update task. For details about the status fetch URL, refer to the API Get progress or status of async operations in devices. 429
if this threshold is breached.
Request accepted
Bad request
Unauthorized request
The operation is forbidden
Validation error
Too many requests
Internal server error
{- "subscription": [
- {
- "id": "string"
}
], - "application": {
- "id": "string"
}, - "region": "string"
}
{- "code": 0,
- "status": "100 CONTINUE",
- "transactionId": "string"
}