fix: Remove hardcoded example from Scan Ebooks Bruno request

- Remove hardcoded folder_paths example from request body
- Allow flexible folder path configuration per request
- Improve request flexibility for different scan scenarios
This commit is contained in:
2026-01-27 16:25:01 -05:00
parent 23ead6cf0c
commit ad64c044a7
-8
View File
@@ -9,11 +9,3 @@ post {
body: json
auth: bearer
}
body:json {
{
"folder_paths": [
"/path/to/test/ebook/folder"
]
}
}