v16

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-075922107.5 KB
Namespace
Project

Create project in namespace

Create a new project in the namespace.

post/v1/namespaces/{id}/projects

Request body

keystring required

Key of the project.

namestring required

Name of the project.

descriptionstring nullable

Description of the project.

logostring uri nullable

Logo of the project.

status'active' | 'pending'

Status of the project.

Example request

{
  "key": "ENG",
  "name": "Engineering Project",
  "description": "Main engineering project",
  "logo": "https://example.com/logo.png",
  "status": "active"
}

Response

Example response

idstring required

ID of the newly created resource.