Update a content block
PUT {{baseUrl}}/pages/:page_id/content-blocks/:content-block_id
Update a content block including the content and name
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"}