Skip to main content

Modify a comment

PUT 

/api/v2/reviews/:comment_id

Modify a comment

Request

Path Parameters

    comment_id numberrequired

Body

required

    content stringrequired

    Content of your Reply

Responses

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

Schema

    id number

    Comment id

    created date-time

    Last update date (either on our platform or on Partner platform)

    content string

    Reply content

    can_edit boolean

    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_id number

    Review id

    parent_id number

    id of the parent comment

    partner_id string

    Review id on publisher

    author_name string

    The author name of the review.

    Note: Replies don't have an author.

    date date-time

    Review update date

Loading...