v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Reviews

Modify a reply to a review

This endpoint lets you modify a given reply to a review.

put/comments/{comment_id}

Path parameters

comment_idinteger required

Comment id

Example:82938

Request body

contentstring text required

Content of your Reply

Example request

{
  "content": "Merci ❤️"
}

Response

OK

idinteger

Comment id

partner_idstring

Review id on publisher

createdstring datetime

Creation date on Partoo

author_namestring

The author name of the review.

Note: Replies don't have an author.

contentstring

Reply content

datestring datetime

Comment date

update_datestring datetime

Comment update date. Only specified if the comment was updated

can_editboolean

If the current user can or cannot edit a reply

Note: This applies on Facebook replies only. A reply left by an external user on Facebook cannot be edited.

review_idinteger

Review id

parent_idinteger

id of the parent comment. Is only specified if the comment is a reply to another comment

Note: This applies on Facebook replies only.

user_idstring

User id of the comment author

is_reply_suggestionboolean

If AI reply suggestion was used to generate this comment