Bundles
Update Bundle Entry Permissions
Update the tool/resource/prompt allowlists of a bundle entry.
Each allowlist field is only overwritten when explicitly provided (non-None) in the request body, so a client can update a single allowlist without resending the others.
Args: bundle_id: UUID of the bundle that owns the entry. entry_id: UUID of the entry to update. body: Patch payload with optional allowed_tools, allowed_resources, and allowed_prompts lists.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
bundle_id*Bundle Id
Format
uuidentry_id*Entry Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://example.com/v1/bundles/497f6eca-6276-4993-bfeb-53cbbbba6f08/entries/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'Empty
{ "detail": "string", "code": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}