Namespace
Update namespace
Update the namespace by its organization-scoped ref. Slug cannot be patched.
patch/v1/organizations/{organizationRef}/namespaces/{namespaceRef}
Request body
Example request
{
"name": "Engineering",
"description": "Engineering team namespace"
}Response
OK
Example response
{
"id": "9bsv0s46s6s002p9ltq0",
"slug": "platform",
"name": "Engineering",
"description": "Engineering team namespace",
"project_count": 4,
"document_count": 8
}