text_update
Update the raw HTML content of a text body in Voog CMS, which renders into the page's {% content %} Liquid tag. Reversible by sending the previous body.
Instructions
Update a text body (PUT /texts/{id} {body}). body is the raw HTML rendered into the page where the matching {% content %} Liquid tag lives. Reversible by calling again with the previous body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Raw HTML for the content area | |
| site | Yes | ||
| text_id | Yes |