edit_collection
Update a Plex collection's title, summary, sort order, or display mode by providing its rating key.
Instructions
Edit a collection's metadata.
rating_key: the collection's rating key. title: new title (empty = no change). summary: new summary (None = no change, empty string = clear). sort_order: "release", "alpha", or "custom" (empty = no change). mode: "default", "hide", "hideItems", or "showItems" (empty = no change).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rating_key | Yes | ||
| title | No | ||
| summary | No | ||
| sort_order | No | ||
| mode | No |