Update collection
update_collectionUpdate an existing collection by changing only specified fields while preserving the collection type. Ideal for partial modifications via JSON PATCH.
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. |