Skip to main content
PATCH
Update Comment

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

Schema for updating a comment.

content
string
required
Minimum string length: 1

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