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 +}