Update the body of a reply to a space comment
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$commentIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$commentReplyIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Body
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 reply was updated.
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
put/spaces/{spaceId}/comments/{commentId}/replies/{commentReplyId}
200
The reply was updated.
Last updated
Was this helpful?