Skip to main content
POST
Add tags to card

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

card_id
string
required

Card ID is a numerical string that identifies a card.

Body

application/json
id
string

Tag ID to attach to the card

ids
string[]

Array of tag IDs to attach to the card

Response

tags successfully added