Skip to main content

Create tag

POST 

/v2/boards/:board_id/tags

Creates a tag on a board.

Required scope

boards:write

Rate limiting

Level 1

Request

Path Parameters

    board_id stringrequired

    Unique identifier (ID) of the board where you want to create the tag.

Body

required

    fillColor string

    Possible values: [red, light_green, cyan, yellow, magenta, green, blue, gray, violet, dark_green, dark_blue, black]

    Default value: red

    Fill color for the tag.

    title stringrequired

    Possible values: <= 120 characters

    Text of the tag. Case-sensitive. Must be unique.

Responses

Tag created

Schema

    id stringrequired

    Unique identifier of the tag.

    title stringrequired

    Text of the tag

    fillColor stringrequired

    Possible values: [red, light_green, cyan, yellow, magenta, green, blue, gray, violet, dark_green, dark_blue, black]

    Background color of the tag.

    links

    object

    Contains applicable links for the current object.

    self string

    Link to obtain more information about the current object.

    type stringrequired

    Type of the object that is returned. In this case, type returns tag.

Loading...