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:
@@ -9,11 +9,3 @@ post {
|
|||||||
body: json
|
body: json
|
||||||
auth: bearer
|
auth: bearer
|
||||||
}
|
}
|
||||||
|
|
||||||
body:json {
|
|
||||||
{
|
|
||||||
"folder_paths": [
|
|
||||||
"/path/to/test/ebook/folder"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user