update_hubs_sections_by_section_id_manage_by_identifier
Set hub visibility for a Plex section, controlling display in recommended, admin home, or shared home via section ID and hub identifier.
Instructions
Change hub visibility.
PUT /hubs/sections/{sectionId}/manage/{identifier}
Args: section_id: The section ID for the hubs to change identifier: The identifier of the hub to change 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 |
|---|---|---|---|
| identifier | Yes | ||
| section_id | Yes | ||
| promoted_to_own_home | No | ||
| promoted_to_recommended | No | ||
| promoted_to_shared_home | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |