node_update
Update the title of a node in Voog CMS by providing the site, node ID, and new title.
Instructions
Update a node's title (PUT /nodes/{id}). Per Voog docs, only title is documented as updatable. Body is FLAT — no envelope wrapper. For tree restructuring use node_move (parent + position) or node_relocate (positional placement).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| node_id | Yes | Voog node id (from nodes_list) | |
| title | Yes | New node title |