Update Existing CommentAsk AIput https://developers.yotpo.com/v2/{account_id}/reviews/{review_id}/comment?access_token={access_token}Use this call to update (edit) an existing comment on a published review. You can find the review_id using the All Reviews endpoint.Path Paramsaccount_idstringrequiredYour account's API app keyreview_idstringrequiredThe review_id can be found using All ReviewsQuery Paramsaccess_tokenstringrequiredYour Yotpo access token. Click here to learn how to generate one.Body ParamscontentstringThe textual content of the comment.publicbooleanPass a value of true to create a comment that is visible to all, or false to restrict comment visibility exclusively to the reviewer.truetruefalseHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/plainAllowed:application/jsontext/plainResponses 200200 400400 401401 404404Updated 10 months ago