Post a reply to a change request comment
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_-]+$commentIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Query parameters
formatstring · enumOptionalPossible values:
Output format for the content.
Body
bodyone ofRequired
The content of the comment.
or
or
object · EmptyOptional
Responses
200
The reply was posted.
application/json
objectstring · enumRequiredPossible values:
Type of Object, always equals to "comment-reply"
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}/change-requests/{changeRequestId}/comments/{commentId}/replies
200
The reply was posted.
Last updated
Was this helpful?