layout_rename
Rename a Voog CMS layout by providing the site, layout ID, and new title. The new title must not contain slashes or start with a dot; the operation is reversible.
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 |