Create a knowledge source

Create a knowledge source

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequired1-160 characters
A unique identifier for the knowledge source
namestringRequired>=1 character
The name of the knowledge source
metadataobject or nullOptional
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
idstring
A unique identifier for the knowledge source
namestring>=1 character
The name of the knowledge source
external_idstring or null
An external identifier for the knowledge source
metadataobject or null
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.
createdstringformat: "date-time"
The date the knowledge source was created
updatedstringformat: "date-time"
The date the knowledge source was last updated
last_syncstringformat: "date-time"
The date the knowledge source was last synchronized

Errors

400
Bad Request Error
401
Unauthorized Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error