- Recreate Scan Ebooks request with optional folder_paths parameter - Recreate Start Scanner request for real-time monitoring - Recreate Stop Scanner request for monitoring control - All scanner requests remain admin-only as intended - Essential for testing ebook discovery and scanning functionality
19 lines
211 B
Plaintext
19 lines
211 B
Plaintext
meta {
|
|
name: Scan Ebooks
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/api/scanner/scan
|
|
body: json
|
|
auth: bearer
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"folder_paths": [
|
|
"/path/to/test/ebook/folder"
|
|
]
|
|
}
|
|
} |