Update collection
update_collectionModify an existing collection by applying a JSON PATCH to only the provided fields; the collection type remains unchanged.
Instructions
Update an existing collection (plain JSON PATCH; only the provided fields are changed). The collection type itself cannot be changed. Call get_operation_schema("UpdateCollection") for the exact request shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Collection ID (UUID). | |
| collection | Yes | Fields to update, matching the UpdateCollectionRequest schema (see get_operation_schema("UpdateCollection")). Must not be empty. |