rename_page
Rename a Figma page by providing its ID and the new page name, returning success confirmation.
Instructions
Rename a page by id. Returns { ok, nodeId }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New page name | |
| pageId | Yes | Page id to rename |