Pages

Create a new page

post/api/pages

Request body

keystring

Non-unique asset directory namespace (for example shared/ or personal/<user-id>/drafts/). Runtime write boundaries normalize and validate the canonical form.

slugstring
titlestring required
descriptionstring
contentType'text/html' | 'application/json' required
authMode'public' | 'authed' | 'password'
passwordstring
bodystring required
needsCredentialsstring[]

Response

Page created

idstring required
keystring required

Non-unique asset directory namespace (for example shared/ or personal/<user-id>/drafts/). Runtime write boundaries normalize and validate the canonical form.

version1 required
api_urlstring required
app_urlstring required

Changes

Changed in 3 of the 104 revisions of this API.14

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the new optional request property

      new-optional-request-property

    • removed the request property

      request-property-removed