Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Send the API generated from the Playground:

  • Authorization: <api_key>

Path Parameters

graph_id
string
required

The graph_id of the knowledge graph to be renamed. A graph_id is an alphanumeric string that uniquely identifies a knowledge graph.

Body

graph_name
string | null

The new name for the knowledge graph.

Response

200 - application/json
graph_id
string<uuid>
required
read-only

The graph_id of the knowledge graph.

timestamp
string<date-time>
required
read-only

The date and time of the last operation executed on the knowledge graph.

last_graph_merge
object
required

Details about the most recent operation for this particular knowledge graph.

graph_name
string | null

The name of the knowledge graph.