text_update
Update a text element's raw HTML content in Voog CMS. Reversible by restoring the prior 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 |
|---|---|---|---|
| site | Yes | ||
| text_id | Yes | ||
| body | Yes | Raw HTML for the content area |