v1

latestOpenAPI 3.1.02026-07-26620219.6 KB

Update Existing Comment

Use this call to update (edit) an existing comment on a published review. You can find the review_id using the All Reviews endpoint.

put/v2/{account_id}/reviews/{review_id}/comment?access_token={access_token}

Path parameters

account_idstring required

Your account's API app key

review_idstring required

The review_id can be found using All Reviews

Query parameters

access_tokenstring required

Your Yotpo access token. Click here to learn how to generate one.

Request body

contentstring

The textual content of the comment.

publicboolean

Pass a value of true to create a comment that is visible to all, or false to restrict comment visibility exclusively to the reviewer.

Response

200