- 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
10 lines
115 B
Plaintext
10 lines
115 B
Plaintext
meta {
|
|
name: Start Scanner
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/api/scanner/start
|
|
auth: bearer
|
|
} |