Update the content or status of a change request comment
put
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_-]+$Body
resolvedbooleanOptional
Whether the comment is resolved or not.
bodyone ofOptional
Content of the comment.
or
or
object · EmptyOptional
addedReactionsstring[]Optional
Reactions to add to the comment.
removedReactionsstring[]Optional
Reactions to remove from the comment.
Responses
200
The comment was updated.
application/json
and
anyOptional
or
put/spaces/{spaceId}/change-requests/{changeRequestId}/comments/{commentId}
200
The comment was updated.
Last updated
Was this helpful?