v1

latestOpenAPI 3.0.32026-07-17542197.8 KB
Organization
Namespace

Create namespace in organization

Create a new namespace in the organization.

post/v1/organizations/{id}/namespaces

Request body

namestring required

Name of the namespace.

descriptionstring nullable

Description of the namespace.

Example request

{
  "name": "Engineering",
  "description": "Engineering team namespace"
}

Response

Example response

idstring required

ID of the newly created resource.