For the complete documentation index, see llms.txt. This page is also available as Markdown.

Post a new comment on a space or a specific page

Creates a new top-level comment on the space, optionally anchored to a specific page or a text selection within a page. Use this to leave feedback, start a review thread, or annotate content. To reply to an existing comment, use the comment replies endpoint.

Available in MCP
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
Body
nodestringOptional

The node to which the comment is posted, if any.

pagestringOptional

The page to which the comment is posted, if any.

bodyone ofRequired

The content of the comment.

or
or
object · EmptyOptional
Responses
200

The comment was posted.

application/json
and
anyOptional
or
post/spaces/{spaceId}/comments
200

The comment was posted.

Last updated

Was this helpful?

Powered by GitBook