Enable a namespace for Knowledge Graph
PUT
/api/v4/admin/knowledge_graph/namespaces/{id}
This endpoint enables Knowledge Graph for a specific namespace
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Responses
Section titled “Responses”OK
Media typeapplication/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