Skip to content

Enable a namespace for Knowledge Graph

PUT
/api/v4/admin/knowledge_graph/namespaces/{id}

This endpoint enables Knowledge Graph for a specific namespace

id
required
One of:
string

The ID or URL-encoded path of the namespace

OK

Media type application/json
object
id
integer format: int64
root_namespace_id
integer format: int64
created_at
string format: date-time
Example
{
"id": 1234,
"root_namespace_id": 5678,
"created_at": "2025-01-01T00:00:00Z"
}

400 Bad Request

401 Unauthorized

403 Forbidden

404 Not found