Skip to main content

Update a comment

PUT 

/comment/:commentId

Update a comment

Request

Path Parameters

    commentId stringrequired

Body

    state commentState (string)

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

    body string

Responses

Comment updated

Schema

    body string
    owner address (string)
    createdAt date-time

    Time representation of entity creation

    id commentId (string)

    Unique identifier for Comment

    state commentState (string)

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

    submissionId submissionId (string)

    Unique identifier for Project

Loading...