Authentication
Requires a valid Bearer token.Request Body
Project name.
Optional project description.
Response
Unique project identifier (UUID).
Project name.
Project description.
Linked repository URL.
ISO 8601 timestamp.
ISO 8601 timestamp.
Errors
| Status | Description |
|---|---|
400 | Bad Request — missing or invalid name |
401 | Unauthorized — missing or invalid token |
409 | Conflict — project with this name already exists |