Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update web_api.md #923

Closed
wants to merge 1 commit into from
Closed

Update web_api.md #923

wants to merge 1 commit into from

Conversation

HawkerLin
Copy link

the request type is POST in file_manager.py

self.server.register_endpoint(
            "/server/files/metascan", RequestType.POST, self._handle_metascan_request
        )

the request type is POST in file_manager.py
```python
self.server.register_endpoint(
            "/server/files/metascan", RequestType.POST, self._handle_metascan_request
        )
```
@Arksine
Copy link
Owner

Arksine commented Feb 12, 2025

Thanks. This should be resolved in the API Documentation rework that was recently pushed.

@Arksine Arksine closed this Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants