cURL
curl --request PUT \ --url https://control-plane.kubiya.ai/api/v1/teams/{team_id}/context \ --header 'Content-Type: application/json' \ --data '{ "knowledge_uuids": [ "<string>" ], "resource_ids": [ "<string>" ] }'
{ "id": "<string>", "team_id": "<string>", "organization_id": "<string>", "knowledge_uuids": [ "<string>" ], "resource_ids": [ "<string>" ], "created_at": "<string>", "updated_at": "<string>" }
Update context configuration for a team
Array of knowledge UUIDs
Array of resource IDs from Meilisearch
Successful Response
Was this page helpful?