Skip to main content

Update a comment

Update a comment.

Path Parameters
    commentId string required

    The id of the comment to be updated.

Request Body
    body string required

    The updated body of the comment.

Responses

Request has been handled successfully.


Schema
    success boolean
    data object
    message

    Possible values: [Comment was updated successfully]

Loading...