This method renames a project after it is created.
| REQUIRED | KEY | TYPE | DESCRIPTION |
|---|---|---|---|
| Yes | projectId | str | The unique identifier for the project. |
| Yes | name | str | The new name for the project. |
| KEY | TYPE | DESCRIPTION |
|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error |
| TYPE | WHEN |
|---|---|
| DataNotFoundError | `projectId` is not found. |