CMS Pages
Update a CMS Page
Updates a CMS Page
PATCH
http://{defaultHost}
/
api
/
v2
/
platform
/
cms_pages
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredQuery Parameters
include
string
Select which associated resources you would like to fetch, see: <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>
Body
application/json
cms_page
object
requiredResponse
200 - application/vnd.api+json
data
object
requiredWas this page helpful?