v1

latestOpenAPI 3.1.02026-07-24590188.7 KB

Edit a comment

put/external/api/partner/v1/comment/

Request body

idstring required

Required ID of the comment that will be edited

body_textstring required

The text that will appear in the body of the comment.

secure_profile_idstring

An optional field that you can put profile id from /me/profiles endpoint

Response

200

resultstring

Example response

{
  "result": "success"
}