From 64afdf6803a89ae53997a01135a120bb48384a8d Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Mon, 26 Jan 2026 11:29:40 -0500 Subject: [PATCH] Clean up Bruno scanner documentation formatting - Remove example request body template - Improve documentation spacing and formatting - Clarify API endpoint usage and response structure --- bruno/scanner/Start Scanner.bru | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/bruno/scanner/Start Scanner.bru b/bruno/scanner/Start Scanner.bru index 8b2cd49..d6143af 100644 --- a/bruno/scanner/Start Scanner.bru +++ b/bruno/scanner/Start Scanner.bru @@ -10,15 +10,6 @@ post { auth: inherit } -body { - { - "folder_paths": [ - "/path/to/ebooks", - "/another/path/to/ebooks" - ] - } -} - settings { encodeUrl: true timeout: 0 @@ -26,23 +17,23 @@ settings { docs { ## Start Scanner - + Starts monitoring the specified folders for ebook changes. - + **Method:** POST - + **Endpoint:** /api/scanner/start - + **Authentication:** Required - + **Request Body:** - `folder_paths` (array of strings, required): Array of folder paths to monitor - + **Response:** - `message` (string): Success message - + **Status Codes:** - 200: Success - 400: Bad Request - 401: Unauthorized -} \ No newline at end of file +}