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

Post a reply to an existing space comment

Creates a reply to an existing comment on a space. Use this to continue a discussion thread started by a top-level comment. To start a new thread, use the space comment creation endpoint instead.

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_-]+$
commentIdstringRequired

A unique entity identifier

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

The content of the comment.

or
or
object · EmptyOptional
Responses
200

The reply was posted.

application/json
objectstring · enumRequired

Type of Object, always equals to "comment-reply"

Possible values:
idstringRequired

Unique identifier for the reply.

postedAtstring · date-timeRequired
editedAtstring · date-timeOptional

Date when the reply was edited, if it has been edited.

bodyone ofRequired
or
or
object · EmptyOptional
post/spaces/{spaceId}/comments/{commentId}/replies
200

The reply was posted.

Last updated

Was this helpful?

Powered by GitBook