Skip to main content

BoardView

idstringrequired
typestringrequired
Constant value: board
versionintegerrequired

Possible values: >= 1

namestringrequired

Possible values: non-empty and <= 120 characters

descriptionstring | nullnullablerequired

Possible values: <= 20000 characters

cover_colorstring | nullnullablerequired

Possible values: Value must match regular expression ^#[0-9a-f]{6}$

is_publicbooleanrequired
archived_at(string | null)<date-time>nullablerequired
created_bystringrequired
created_atstring<date-time>required
updated_atstring<date-time>required
BoardView
{
"id": "string",
"type": "board",
"version": 0,
"name": "string",
"description": "string",
"cover_color": "string",
"is_public": true,
"archived_at": "2024-07-29T15:51:28.071Z",
"created_by": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}