toggle_folder_watch
Enable or disable folder watching for a library folder by specifying the library ID, folder path, and desired watch status.
Instructions
Enable or disable folder watching for one of a library's folders (POST /api/v2/toggle-folder-watch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | Path of the folder to watch, as configured on the library | |
| status | Yes | true to enable watching, false to disable | |
| library_id | Yes | Library ID (dbID), from list_libraries |