Skip to main content

Update a schema thumbnail

PUT 

/schema/:schemaId/thumbnail

Update a schema thumbnail

Request

Path Parameters

    schemaId schemaIdrequired

    The schemaId to update

Body

Schema thumbnail

    files binary[]

    Thumbnail for the schema

Responses

Schema successfully updated

Schema

    tags string[]
    createdAt date-time

    Time representation of schema creation

    description string

    Possible values: <= 3000 characters

    name schemaName (string)required

    Possible values: <= 32 characters

    Name of the schema

    displayThumbnail string
    approvalMethod string
    displayInteractive string
    projectId projectId (string)required

    Unique identifier for Project

    state schemaState (string)

    Possible values: [draft, open, closed]

    id string

    Unique identifier for Schema

    postProcessing string

    A json holding certain regulations for the post processing of submissions assigned to the schema

    category object[]

    Categories for schema

    thumbnail urinullable

    Url for schema's thumbnail

    type string
    categoryId string

    Unique identifier for Category

    voteThresholdSettings string

    Vote threshold

    data stringrequired
Loading...