Skip to main content

Update Comment API

Updates an existing comment/or reply on a specific post.

Path Parameters
    comment_id string required

    The id of the comment to be updated

Query Parameters
    client_auth_token string required

    Client API token

Header Parameters
    access-token string required

    user access token

    client string required

    client access token

    expiry string required

    timestamp of token expiry

    Example: 1531315250
    token-type string required

    access token type

    Example: Bearer
    uid string required

    user uid

    Example: user@quranreflect.com
Request Body
    comment object
    body string
    is_private boolean
Responses

OK

Response Headers

    Schema
      success boolean
      message string
    Loading...