Page
Creates a page
post/admin/pages.json
Request body
Example request
{
"page": {
"body_html": "Contact us at <a href=\\"mailto:contact@johns-apparel.com\\">contact@johns-apparel.com</a>",
"handle": "contact-us",
"id": 131092082,
"publish": true,
"search_engine_meta_description": "Contact us at contact@johns-apparel.com",
"search_engine_title": "Contact us",
"template": "contact_us",
"title": "Contact us"
}
}Response
OK
Example response
{
"page": {
"body_html": "Contact us at <a href=\\"mailto:contact@johns-apparel.com\\">contact@johns-apparel.com</a>",
"handle": "contact-us",
"id": 131092082,
"publish": true,
"search_engine_meta_description": "Contact us at contact@johns-apparel.com",
"search_engine_title": "Contact us",
"template": "contact_us",
"title": "Contact us"
}
}