POST
/
tags

Authorizations

Authorization
string
header
required

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

Query Parameters

properties
enum<string>[]

Select the tag properties that should be returned

Available options:
title,
createdAt,
updatedAt,
boards.title,
boards.createdAt,
boards.updatedAt,
boards.icon,
boards.appearance,
boards.description

Body

application/json
boardIds
string[]

IDs of the boards to associate with the tag

title
string

Title of the tag

Response

200 - application/json
data
object