Update a device via patch
Update an existing device by ID.
patch/devices/{deviceId}
Path parameters
deviceIdstring required
Unique ID of the device.
Query parameters
api-versionstring required
The version of the API being called.
expandstring
The query parameter for including requested entities in response.
Headers
If-Matchstring
Only perform the operation if the entity's etag matches one of the etags provided or * is provided.
Request body
object required
Response
Success
Changes
Changed in 1 of the 8 revisions of this API.2
- ○
added the new optional
headerrequest parameterIf-Matchnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterexpandnew-optional-request-parameter
- ○