Skip to main content

Create a form​

This endpoint can create a form

Request Body required
    form object
    uid string

    The uid of the form

    description text

    The description of the form

    name string

    The name of the form

    archived boolean

    Determines whether the form is archived

Responses

Expected response to a valid request


Schema
    form object
    uid string

    The uid of the form

    description text

    The description of the form

    name string

    The name of the form

    archived boolean

    Determines whether the form is archived

Loading...