Tags

Add tags to inventory

post
Authorizations
AuthorizationstringRequired

Prefix the value with "ApiKey" to indicate the custom authorization type

Path parameters
inventoryIdstring · uuidRequired

The Inventory ID to add the tags to

Example: 123e4567-e89b-12d3-a456-426614174000
Body

Request body

labelsstring[]Required

Set of labels to be added as tags

Example: ["Tag 1","Tag 2"]
Responses
chevron-right
200

Tags added successfully

application/json
post
/api/inventory/{inventoryId}/tags

Remove tag from inventory

delete
Authorizations
AuthorizationstringRequired

Prefix the value with "ApiKey" to indicate the custom authorization type

Path parameters
inventoryIdstring · uuidRequired

The Inventory ID to remove the tag from

Example: 123e4567-e89b-12d3-a456-426614174000
tagIdstring · uuidRequired

The Tag ID to remove

Example: 123e4567-e89b-12d3-a456-426614174000
Responses
chevron-right
200

Tag successfully removed from inventory

application/json
delete
/api/inventory/{inventoryId}/tags/{tagId}