Update

Update a knowledge graph by ID.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
namestring or nullOptional
The name of the knowledge graph
descriptionstring or nullOptional
The description of the knowledge graph
is_activeboolean or nullOptional
Whether the knowledge graph is active

Response

Successful Response
idstringformat: "uuid"
namestring
organization_idstringformat: "uuid"
is_activeboolean
Whether the knowledge graph is active
descriptionstring or null
The description of the knowledge graph

Errors