Create a new content block for a page
POST {{baseUrl}}/pages/:page_id/content-blocks
Create a new content block for a page
Request Body
{"Content"=>"<string>", "MarkdownContent"=>"<string>", "MarkdownEnabled"=>"<boolean>", "Name"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{"Content":"\u003cstring\u003e","MarkdownContent":"\u003cstring\u003e","MarkdownEnabled":"\u003cboolean\u003e","Name":"\u003cstring\u003e","CreatedAt":"\u003cdateTime\u003e","UpdatedAt":"\u003cdateTime\u003e"}