rename_file
Rename or move a file or directory in an app. Cannot rename protected paths (package.json, node_modules, .git).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | App ID (UUID) or subdomain | |
| new_path | Yes | New file or directory path (e.g. "src/new-name.js") | |
| old_path | Yes | Current file or directory path (e.g. "src/old-name.js") |