Skip to main content
POST
Item - Add Tag

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
item_ids
string[]
required

Array of item IDs

tag_id
string
required

Tag ID to add

Response

Tag added to items

success
boolean
required

Whether the operation succeeded