Applications API
Associate graphs
Updates the Knowledge Graphs listed and associates them with the no-code chat app to be used.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your Writer API key.
Path Parameters
The ID of the no-code chat app to update.
Body
application/json
A list of Knowledge Graph IDs to associate with the application. Note that this will replace the existing list of Knowledge Graphs associated with the application, not add to it.
The unique identifier for the Knowledge Graph.
Response
200 - application/json
Successful
A list of Knowledge Graphs associated with the application.
The unique identifier for the Knowledge Graph.
Was this page helpful?