Skip to main content

Create a profile page

POST 

/pages/profile_pages

Create a profile 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...