create_hubs_sections_by_section_id_manage
Create a custom Plex hub for a library section based on a collection, and control its placement in recommended, own home, or shared home.
Instructions
Create a custom hub.
POST /hubs/sections/{sectionId}/manage
Args: section_id: The section ID for the hubs to reorder metadata_item_id: The metadata item on which to base this hub. This must currently be a collection promoted_to_recommended: Whether this hub should be displayed in recommended promoted_to_own_home: Whether this hub should be displayed in admin's home promoted_to_shared_home: Whether this hub should be displayed in shared user's home
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section_id | Yes | ||
| metadata_item_id | No | ||
| promoted_to_own_home | No | ||
| promoted_to_recommended | No | ||
| promoted_to_shared_home | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |