Skip to main content

Modify a comment

PUT 

/api/v2/reviews/:comment_id

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

Request

Path Parameters

    comment_id integerrequired

Body

required

    content stringrequired

    Content of your reply

Responses

Schema

    id integerrequired
    partner_id string

    Comment id on publisher

    author_name string

    The author name of the review.

    Note: Replies don't have an author.

    date date-time

    Comment update date

    created date-time

    Comment creation date

    content string

    Comment body 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 integer

    Review id

    parent_id integernullable

    Parent comment id

Loading...