text_update
Replace the raw HTML content of a specified text block in a Voog page. To revert, call again with 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 |
|---|---|---|---|
| site | Yes | ||
| text_id | Yes | ||
| body | Yes | Raw HTML for the content area |