Skip to main content
POST
Respond To Choice

Authorizations

Authorization
string
header
required

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

Path Parameters

comment_id
string
required

Body

application/json

The body is of type Data · object.

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