Skip to main content

Update submission

PUT 

/submission/:submissionId

Update submission

Request

Path Parameters

    submissionId submissionIdrequired

    The submissionId to update

Body

Submission data

    postTitle string

    Submission title

    files binary[]

    Array of files to be uploaded

    name submissionName (string)

    Possible values: <= 32 characters

    Name of the submission

    state string

    Possible values: [draft, pendingValidation, submitted, approved, rejected]

    The state of the submission.

    description string

    Submission description

Responses

Submission successfully updated

Schema

    id string

    Unique submission identifier

    source string

    Submission source

    schemaId stringrequired

    Unique identifier for Schema

    thumbnail string

    Thumbnail image relative to the submission

    computation string

    Computation technique

    ownerId string

    Unique identifier of the owner

    name submissionName (string)

    Possible values: <= 32 characters

    Name of the submission

    state string

    Possible values: [draft, pendingValidation]

    State in which the submission is

    postTitle string

    Submission title

    createdAt date-time

    Submission creation time

    description string

    Submission description

    creatorDisplayThumbnailData string

    Thumbnail data

    voteCount integer

    Integer representing amount of votes on submission

    data string

    Structural data about the submission

    commentCount integer

    Integer representing amount of comments on submission

Loading...