Update collection
split_update_collectionUpdate a collection's name, visibility, cover image (image_upload_id, or null to remove), owning section (section IS patchable — this is how you consolidate several collections under one section), or — REGULAR collections only — its membership via links_to_add / links_to_remove / link_uuids (full replace). Membership fields route to the regular-collection endpoint, which 404s for a smart collection (its membership is its query). After a membership change, verify with split_get_collection_links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| uuid | Yes | ||
| query | No | ||
| layout | No | ||
| section | No | Move this collection to another section | |
| link_uuids | No | REPLACES the full membership; regular collections only | |
| image_params | No | Crop box as fractions of width/height (0-1) | |
| links_to_add | No | Link uuids; regular collections only | |
| image_upload_id | No | Cover image: an id from split_upload_page_image (single-use), or null to remove the image | |
| links_to_remove | No | Link uuids; regular collections only | |
| visible_on_splitpage | No |