Content Management

Create Page

post/api/v1/content/properties/{property_id}/pages

Path parameters

property_idstring uuid required

Request body

slugstring required
titlestring required
languagestring
visibility'PUBLIC' | 'INTERNAL'
parent_idstring uuid nullable
positioninteger
iconstring nullable
descriptionstring nullable
bodystring

Response

Successful Response

idstring uuid required
slugstring required
parent_idstring uuid nullable
positioninteger required
iconstring nullable
visibility'PUBLIC' | 'INTERNAL' required
published_visibilitystring nullable
sourcestring required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 2 revisions of this API.