Skip to main content

Archive_CreatePage

Archive_CreatePage

Path Parameters
  • site string required

    The site id.

Request Body required
  • parent string required

    The parent this page belongs to.

  • page object required
    • name string required

      The name of the page.

    • content string

      The page content according to the html selector.

Responses

OK

Schema
  • name string required

    The name of the page.

  • content string

    The page content according to the html selector.