Updates a comment by its comment_id.
rich_text: An array of rich text objects that represent the updated content of the comment.markdown: A Markdown string. Supports inline formatting (bold, italic, strikethrough, inline code, links), inline equations, and mentions.rich_text or markdown must be provided. Providing both or neither will return a validation error.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The API version to use for this request. The latest version is 2026-03-11.
2026-03-11 The ID of the comment to update.
An array of rich text objects that represent the updated content of the comment.
100