Update a knowledge source
Update a knowledge source
Path parameters
id
id of the knowledge source to update
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
external_id
A unique identifier for the knowledge source
name
The name of the knowledge source
metadata
A dictionary of arbitrary key,value pairs. This data is not used by Ada, but can be used by the client to store additional information about the knowledge source.
Response
Knowledge source updated
id
A unique identifier for the knowledge source
name
The name of the knowledge source
external_id
An external identifier for the knowledge source
metadata
A dictionary of arbitrary key,value pairs. This data is not used by Ada, but can be used by the client to store additional information about the knowledge source.
created
The date the knowledge source was created
updated
The date the knowledge source was last updated