Skip to main content

Create a knowledge base source

POST 

/bv/aisk/v1/knowledge-bases/:id/sources/:source_id

This API is used to create a relationship between knowledge base and source.


It'll return a 404/NotFound error if any requested resource is not found.

Request

Path Parameters

    id stringrequired

    Required. The uuid of the knowledge base.

    source_id stringrequired

    Required. The uuid of the source that will be added to the knowledge base.

Body

required

    object

Responses

A successful response.

Schema

    object

Loading...