rename_project
Rename a project you own (the display name only — the slug, which is the identity in URLs / Redis, never changes). Requires an ACCOUNT-scoped token and the config scope. 404-equivalent error when you do not own the slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The new display name (1–100 chars). | |
| slug | Yes | The slug of a project you own. |