content_partial_update
Update a reusable content partial by modifying its HTML/text body or metainfo. Supports idempotent updates to template fragments embedded in pages and layouts.
Instructions
Update a content partial (PUT /content_partials/{id}). Content partials are reusable template fragments embedded in pages and layouts. PUT body is flat (no envelope). At least one of body (HTML/text content) or metainfo (object) must be supplied. Update is idempotent — calling with the same payload twice has the same end state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| content_partial_id | Yes | ||
| body | No | New body content (HTML or text). | |
| metainfo | No | Metainfo object. Voog accepts `type` in {custom, map, video} among other implementation-specific keys. |