Skip to main content

Create a workflow page

POST 

/pages/workflow_pages

Create a workflow page

Request

Body

required

    page

    object

    uid string

    The uid of the page

    description text

    The description of the page

    name string

    The name of the page

    archived boolean

    Determines whether the page is archived

Responses

Expected response to a valid request

Schema

    page

    object

    uid string

    The uid of the page

    description text

    The description of the page

    name string

    The name of the page

    archived boolean

    Determines whether the page is archived

    id uuid

    The id of the form

Loading...