Method
Parameters
An array of rich text objects that represent the content of the comment.
The parent of the comment. Required if
discussion_id is not provided.The ID of the discussion thread to comment on. Required if
parent is not provided.An array of files to attach to the comment. Maximum of 3 allowed.
Display name for the comment.
Bearer token for authentication. If not provided, the client-level auth is used.
Response
Returns a Comment object.Always
"comment".The ID of the comment.
The parent of the comment (page or block).
The ID of the discussion thread this comment belongs to.
The rich text content of the comment.
The time when the comment was created (ISO 8601 format).
The time when the comment was last edited (ISO 8601 format).
The user who created the comment.