Skip to main content

Add a comment

Add a comment.

Request Body
    anyOf

    body string required

    The body of the comment.

    postId integer required

    The ID of the post the comment will be added to.

    isPrivate boolean

    Default value: false

    Whether the comment should be publicly viewed or not.

Responses

Request has been handled successfully.


Schema
    success boolean
    data object
    message

    Possible values: [Comment created successfully]

Loading...