patch https://example.com/api/devices/
Updates a device's details such as name, location, or description
Log in to see full request history
Responses
Updates a device's details such as name, location, or description
xxxxxxxxxx
curl --request PATCH \
--url https://example.com/api/devices/%7Bdevice.identifier%7D \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"lastStatus": "UNKNOWN_DEVICE_STATUS"
}
'
Try It!
to start a request and see the response here! Or choose an example: