Skip to main content

Update a schema

PUT 

/schema/:schemaId

Update a schema

Request

Path Parameters

    schemaId schemaIdrequired

    The schemaId to update

Body

Schema data

    postProcessing stringnullable
    tags string[]nullable
    state schemaState (string)

    Possible values: [draft, open, closed]

    description stringnullable

    Possible values: <= 3000 characters

    categoryId stringnullable
    thumbnail urlnullable
    displayThumbnail stringnullable
    name schemaName (string)

    Possible values: <= 32 characters

    Name of the schema

    data string

    Possible values: >= 2 characters

    displayInteractive stringnullable

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...