Knowledge Graph API
Update graph
PUT
/
v1
/
graphs
/
{graph_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the graph.
Body
application/json
The name of the graph. This can be at most 255 characters.
A description of the graph. This can be at most 255 characters.
Response
200 - application/json
A unique identifier of the graph.
The timestamp when the graph was created.
The name of the graph. This can be at most 255 characters.
A description of the graph. This can be at most 255 characters.