Bundles
Partially update a bundle - visibility, name, description, and/or tags. Rejects making a bundle public while it contains private or organization MCPs.
OAuth2AuthorizationCodeBearer In: header
uuidtrueapplication/json
TypeScript Definitions
Use the request body type in TypeScript.
All fields optional - only the ones provided are updated.
is_public keeps its dedicated validation (rejecting a switch to
public while the bundle holds a private/org entry) in the route
handler; the other fields are plain overwrites.
application/json
application/json
application/json
curl -X PATCH "https://example.com/v1/bundles/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'{ "detail": "string", "code": "string"}{ "detail": "string", "code": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}