layout_update
Update a Voog layout's body (Liquid template), title, or both. At least one value required; changes are reversible and idempotent.
Instructions
Update a layout — body (Liquid template source), title, or both. At least one must be supplied. Reversible by calling again with the previous values; idempotent. body crosses a JSON boundary, so literal \uXXXX escapes in a source file arrive already decoded; raw U+2028/U+2029 and C0 controls are refused as the fingerprint of that (issue #138). To deploy a tracked .tpl byte-exactly, use layouts_push.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Liquid template source | |
| site | Yes | ||
| title | No | ||
| layout_id | Yes |