RagKnowledgeBases REST Endpoints

Integrations/Projects/RagKnowledgeBases
The operations from the Integrations/Projects/RagKnowledgeBases category.
Create a Knowledge Base in a Project
Method: post
Path: /ic/api/integration/v1/projects/{projectId}/ai/knowledgeBases
Delete a Knowledge Base in a Project
Method: delete
Path: /ic/api/integration/v1/projects/{projectId}/ai/knowledgeBases/{id}
Retrieve a Knowledge Base in a Project
Method: get
Path: /ic/api/integration/v1/projects/{projectId}/ai/knowledgeBases/{id}
Retrieve Knowledge Bases in a Project
Method: get
Path: /ic/api/integration/v1/projects/{projectId}/ai/knowledgeBases
Update a Knowledge Base in a Project
Method: put
Path: /ic/api/integration/v1/projects/{projectId}/ai/knowledgeBases/{id}