layout_rename
Rename a Voog layout by specifying its ID and new title. The operation is reversible, and the new title cannot contain '/' or '\' or start with '.'.
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 |