| `name` | string | yes | The name of the new project |
| `name` | string | yes if path is not provided | The name of the new project. Equals path if not provided. |
| `path` | string | no | Custom repository name for new project. By default generated based on name |
| `path` | string | yes if name is not provided | Repository name for new project. Generated based on name if not provided (generated lowercased with dashes). |
| `namespace_id` | integer | no | Namespace for the new project (defaults to the current user's namespace) |
| `namespace_id` | integer | no | Namespace for the new project (defaults to the current user's namespace) |
| `description` | string | no | Short project description |
| `description` | string | no | Short project description |
| `issues_enabled` | boolean | no | Enable issues for this project |
| `issues_enabled` | boolean | no | Enable issues for this project |