Tags
Authorizations
AuthorizationstringRequired
Prefix the value with "ApiKey" to indicate the custom authorization type
Path parameters
inventoryIdstring · uuidRequiredExample:
The Inventory ID to add the tags to
123e4567-e89b-12d3-a456-426614174000Body
Request body
labelsstring[]RequiredExample:
Set of labels to be added as tags
["Tag 1","Tag 2"]Responses
200
Tags added successfully
application/json
400
Bad request
application/json
403
Forbidden
*/*
404
Inventory not found
application/json
409
Tag already exists for the inventory
application/json
post
/api/inventory/{inventoryId}/tagsAuthorizations
AuthorizationstringRequired
Prefix the value with "ApiKey" to indicate the custom authorization type
Path parameters
inventoryIdstring · uuidRequiredExample:
The Inventory ID to remove the tag from
123e4567-e89b-12d3-a456-426614174000tagIdstring · uuidRequiredExample:
The Tag ID to remove
123e4567-e89b-12d3-a456-426614174000Responses
200
Tag successfully removed from inventory
application/json
400
Bad request
application/json
403
Forbidden
*/*
404
Inventory or Tag not found
application/json
delete
/api/inventory/{inventoryId}/tags/{tagId}