fix: correct API endpoint path from /api/library/scan-settings to /api/libraries/scan-settings

- Update endpoint path in Get Scan Settings Bruno collection file
- Update endpoint path in Update Scan Settings Bruno collection file
- Update endpoint path in API reference documentation

This corrects a typo in the API path where 'library' was singular instead of plural.
This commit is contained in:
2026-02-26 16:47:27 -05:00
parent d802236874
commit e3b424ef77
3 changed files with 16 additions and 16 deletions
+8 -8
View File
@@ -26,22 +26,22 @@ settings:
docs: |-
## Update Scan Settings
Updates the user's media scanning settings.
**Method:** PUT
**Endpoint:** /api/library/scan-settings
**Endpoint:** /api/libraries/scan-settings
**Authentication:** Required
**Request Body:**
- `scan_frequency_minutes` (integer, required): Minutes between automatic scans (15-1440)
- `auto_scan_enabled` (boolean, required): Whether automatic scanning is enabled
**Response:**
- `message` (string): Success message
**Status Codes:**
- 200: Success
- 400: Invalid settings