update_library_sections_by_section_id
Update a Plex library section's settings by providing its section ID. Modify name, scanner, agent, language, locations, and preferences to reconfigure your media library.
Instructions
Edit a library section.
PUT /library/sections/{sectionId}
Args: section_id: The section identifier name: The name of the new section scanner: The scanner this section should use agent: The agent this section should use for metadata metadata_agent_provider_group_id: The agent group id for this section language: The language of this section locations: The locations on disk to add to this section prefs: The preferences for this section
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| agent | No | ||
| prefs | No | ||
| scanner | No | ||
| language | No | ||
| locations | No | ||
| section_id | Yes | ||
| metadata_agent_provider_group_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |