Devices
Update Device By Id
This endpoint update a Device.
You can specify the attributes which you want to be updated and their new values.
The updated Device is returned in the response.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Path Parameters
Device ID of the Device to be updated
Body
application/json
A maximum of 10 tags is allowed on a Device. Each tag must have a length between 1 and 255
characters. Tags are stored in lower case, and duplicate tags are removed. Leading and trailing
whitespaces are removed.
Response
200 - application/json
Successful response payload