rename_page
Rename a Figma page by its page id to a new name, keeping all other properties unchanged.
Instructions
Rename a Figma page (a top-level page/tab in the document) by id. Affects only the page name; its node id and contents are unchanged. To rename a layer/node on the canvas use rename_node instead. Returns { ok, nodeId }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New page name | |
| pageId | Yes | Page id to rename |