curl --request PUT \
--url https://control-plane.kubiya.ai/api/v1/teams/{team_id}/context \
--header 'Authorization: Bearer <token>' \
--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
curl --request PUT \
--url https://control-plane.kubiya.ai/api/v1/teams/{team_id}/context \
--header 'Authorization: Bearer <token>' \
--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>"
}Enter your Kubiya API token (format: Bearer
Was this page helpful?