Namespace
Project
Create project in namespace
Create a new project in the namespace.
post/v1/namespaces/{id}/projects
Request body
Example request
{
"key": "ENG",
"name": "Engineering Project",
"description": "Main engineering project",
"logo": "https://example.com/logo.png",
"status": "active"
}Response
Example response