codecks_rename_space
Rename a project space in Codecks by specifying the space ID and new name to update organizational structure.
Instructions
Rename a space in a project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | The space ID (integer) to rename | |
| name | Yes | The new space name | |
| project | No | Optional project name. Uses CODECKS_DEFAULT_PROJECT from config if not provided. |