v42

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-2129120150.2 KB
KG API

Update graph

Update the name and description of a Knowledge Graph.

put/v1/graphs/{graph_id}

Path parameters

graph_idstring uuid required

The unique identifier of the Knowledge Graph.

Request body

namestring

The name of the Knowledge Graph (max 255 characters). Omitting this field leaves the name unchanged.

descriptionstring

A description of the Knowledge Graph (max 255 characters). Omitting this field leaves the description unchanged.

Response

idstring uuid required

A unique identifier of the Knowledge Graph.

created_atstring date-time required

The timestamp when the Knowledge Graph was created.

namestring required

The name of the Knowledge Graph (max 255 characters).

descriptionstring

A description of the Knowledge Graph (max 255 characters).