update_collection
Modify an existing collection by resource ID, applying partial updates to fields such as name, slug, description, active status, and conditions.
Instructions
Update an existing collection by id (partial update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The resource id | |
| data | Yes | Fields to change on the collection. Common fields: name, slug, description, active, conditions. |