Replace the set of tags for a device
PUT/api/management/v1/inventory/devices/:id/tags
Replaces the tags associated to the device.
This method replaces all the tags with the new set:
- it removes from the db the attributes not provided
- 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.