Assign a set of attributes for a device
PATCH/api/devices/v1/inventory/device/attributes
Saves the provided attribute set for the authenticated device. The device ID is retrieved from the authorization header.
This method has upsert semantics:
-
the values of existing attributes are overwritten
-
attributes assigned for the first time are automatically created
Request
Responses
- 200
- 400
- 401
- 500
Attributes were uploaded successfully.
Invalid Request.
Unauthorized.
Internal Server Error.