Adds a set of tags for a device
PATCH/api/management/v1/inventory/devices/:id/tags
Saves the provided tags set for the authenticated device.
This method has upsert semantic:
- it overwrites the values of existing attributes
- it creates attributes assigned for the first time
Request
Responses
- 200
- 400
- 404
- 412
- 500
Tags were updated successfully.
Invalid Request.
Not Found.
ETag doesn't match.
Internal Server Error.