Skip to main content

Create a new comment

POST 

/comment/:submissionId

Create a new comment

Request

Path Parameters

    submissionId submissionIdrequired

    The submissionId to create a comment for

Body

    body stringrequired
    state commentState (string)

    Possible values: [public, hidden, flagged, studioApproved, studioRejected]

Responses

Comment created

Schema

    owner address (string)
    id commentId (string)

    Unique identifier for Comment

    body string
    createdAt date-time

    Time representation of entity creation

    state commentState (string)

    Possible values: [public, hidden, flagged, studioApproved, studioRejected]

    submissionId submissionId (string)

    Unique identifier for Project

Loading...