Boards
Create a board
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Select the board properties that should be returned
Available options:
title
, appearance
, icon
, updatedAt
, description
, createdAt
, tags.title
, tags.createdAt
, tags.updatedAt
Body
application/json
Board to create
Title of the board
Minimum length:
1
Example:
"Sales"
Appearance of the board
Available options:
greyExtraLight
, mandy
, saffron
, conifer
, pastelGreen
, downy
, malibu
, royalBlue
, mediumPurple
, brilliantRose
Example:
"greyExtraLight"
Description of the board
Example:
"Sales board"
IDs of the tags to associate with the board
Id of the object
Names of the tags to associate with the board
Name of the tag
Icon of the board
Example:
"🚀"
Index of the board
Example:
0
Response
200
application/json
Board created