Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

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

Path Parameters

inventoryId
string<uuid>
required

The Inventory ID to add the tags to

Body

application/json

Request body for adding tags to an inventory item. Contains the list of tags to attach.

labels
string[]
required

Set of labels to be added as tags

Examples:

"Tag 1"

"Tag 2"

Response

Tags added successfully

id
string<uuid>
required

Unique identifier for this tag

Example:

"8e0caa73-cc71-4aa4-88eb-fca494de8e20"

label
string
required

Display label for the tag

Example:

"Engineering"