Update comment

Updates an existing comment. Allows changing the text and/or status of the comment.

Authentication

ParameterTypeDescription
link_idpathReview link identifier
comment_idpathComment identifier
tokenqueryUser session token

To edit the comment text, use the same token used during creation. Any user can change the status to resolved. The token can be the same value as link_id or a unique identifier generated by the application.

Example: 550e8400-e29b-41d4-a716-446655440000

Behavior

  • Only partial updates are allowed (send only the fields you want to change)
  • To change the status, the link must have allow_status_edit: true
  • The link must be active and not expired

Updatable Fields

FieldDescription
textComment text (max 500 characters)
statusComment status: open or resolved
Language
Click Try It! to start a request and see the response here!