Skip to main content
POST
Create Comment

Authorizations

Authorization
string
header
required

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

Path Parameters

card_id
string
required

Body

application/json

Schema for creating a comment.

For text comments, only content is needed. For choice boards, set comment_type to "choice" or "multi_choice" and provide choices.

content
string
required
Minimum string length: 1
allow_free_text
boolean
default:false
choices
ChoiceOption · object[] | null
comment_type
string
default:text

Response

Successful Response

Schema for comment response.

author_id
string
required
card_id
string
required
content
string
required
created_at
string<date-time>
required
id
string
required
updated_at
string<date-time>
required
allow_free_text
boolean
default:false
choices
ChoiceOption · object[] | null
comment_type
string
default:text
responses
ChoiceResponse · object[] | null
Last modified on May 17, 2026