Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your Writer API key.
Path Parameters
The unique identifier of the Knowledge Graph.
Body
The name of the Knowledge Graph (max 255 characters). Omitting this field leaves the name unchanged.
A description of the Knowledge Graph (max 255 characters). Omitting this field leaves the description unchanged.
An array of web connector URLs to update for this Knowledge Graph. You can only connect URLs to Knowledge Graphs with the type web
. To clear the list of URLs, set this field to an empty array.
Response
A unique identifier of the Knowledge Graph.
The timestamp when the Knowledge Graph was created.
The name of the Knowledge Graph (max 255 characters).
A description of the Knowledge Graph (max 255 characters).
An array of web connector URLs associated with this Knowledge Graph.