Attaches one or more tags to a specified card (card_id
) within a workspace (team_id
).
Tags are used to categorize or organize cards for easier filtering and tracking.
The request body can include a single tag (id) or multiple tags (ids), but one of id
or ids
must
be specified.
A 204 response indicates that the tag(s) were successfully added.
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Card ID is a numerical string that identifies a card.
tags successfully added