cURL
curl --request PUT \ --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/k2 \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "kb_id": "<string>" } '
{ "id": "<string>", "name": "<string>", "uid": "<string>", "description": "<string>" }
Link a K2 knowledge base to a project. Replaces any previously linked KB.
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
ID of the K2 knowledge base to link to this project
Knowledge base linked
Knowledge base identifier
Knowledge base name
Knowledge base unique identifier
Knowledge base description