Create a knowledge source
Create a knowledge source
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
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 created
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