Skip to content

Commit

Permalink
Update web_api.md
Browse files Browse the repository at this point in the history
the request type is POST in file_manager.py
```python
self.server.register_endpoint(
            "/server/files/metascan", RequestType.POST, self._handle_metascan_request
        )
```
  • Loading branch information
HawkerLin authored Dec 5, 2024
1 parent ccfe32f commit 9c2cfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2529,7 +2529,7 @@ been scanned the endpoint will force a rescan

HTTP request:
```http
GET /server/files/metascan?filename={filename}
POST /server/files/metascan?filename={filename}
```

JSON-RPC request:
Expand Down

0 comments on commit 9c2cfa3

Please sign in to comment.