POST:content_blocks.json
POST:content_blocks.json
Description
Create one ore more content blocks.
Permission bit: "content_blocks.create"
Topic: Content Blocks
Query Parameters
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of ContentBlockCreate
[ { "author": "Lydia", "custom_fields": [ { "name": "", "value": "" } ], "handle": "terms-of-services", "is_page": true, "meta_description": "", "meta_title": "", "published": false, "published_at": "2014-09-04T12:23:34Z", "raw_content": "{}", "title": "Terms of Services" } ]
Response Body
Array of ContentBlock
Response Body Type
Loading module