Post a new comment on a change request
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$changeRequestIdstringRequiredPattern:
A unique entity identifier
^[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}/change-requests/{changeRequestId}/comments
200
The comment was posted.
Last updated
Was this helpful?