From ad64c044a77eecea243b47235d94c1c8439fac17 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Tue, 27 Jan 2026 16:25:01 -0500 Subject: [PATCH] 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 --- bruno/scanner/Scan Ebooks.bru | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bruno/scanner/Scan Ebooks.bru b/bruno/scanner/Scan Ebooks.bru index e557a60..fb8bc66 100644 --- a/bruno/scanner/Scan Ebooks.bru +++ b/bruno/scanner/Scan Ebooks.bru @@ -9,11 +9,3 @@ post { body: json auth: bearer } - -body:json { - { - "folder_paths": [ - "/path/to/test/ebook/folder" - ] - } -} \ No newline at end of file