Previous Next

Create a new page

post
/v1/portal/pages
Returns the newly created page. Please note, after a new page is created, additional POST operation is required to add newly created page to NavigationNode tree. To do this, please check NavigationNodes POST operation "/v1/portal/navigationnodes/{id}/childNodes", or "/v1/portal/navigationnodes/{id}/childNodes/{toFollow}" documents for how to use it.

The following tables summarize the client request.

Body Parameter
Content of required attributes of the page to be created

The following tables summarize the server response.

400 Response

Bad request: ill-formatted content in request

403 Response

Invalid utoken supplied