layout_rename
Rename a layout in Voog CMS by specifying site, layout ID, and new title. Reversible by renaming back to the original title.
Instructions
Rename a layout (PUT /layouts/{id} {title}). Reversible — rename back to the original title to undo. The new title must not contain '/' or '\' or start with '.'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site name from voog_list_sites | |
| layout_id | Yes | Voog layout id | |
| new_title | Yes | New layout title |