Update a page
PUT {{baseUrl}}/pages/:page_id
Update a page including title, path, and status
Request Body
{"AllowFormSubmission"=>"<boolean>", "PageTypeID"=>"<integer>", "Path"=>"<string>", "Status"=>"<string>", "Template"=>"<string>", "Title"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string |