Namespace
Update namespace
Update the namespace by its ID.
patch/v1/namespaces/{id}
Request body
Example request
{
"name": "Engineering",
"description": "Engineering team namespace"
}Response
OK
Example response
{
"id": "9bsv0s46s6s002p9ltq0",
"name": "Engineering",
"description": "Engineering team namespace",
"project_count": 4,
"document_count": 8
}