Skip to main content
Version: Hosted

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

Tags were updated successfully.