We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description Whenever a user wants to upload a CDB List, Wazuh Dashboard throws an error.
Steps to reproduce
Additional context The error cause seems to be that the endpoint PUT /lists/files/{filename} doesn't support the parameter relative_dirname. https://documentation.wazuh.com/current/user-manual/api/reference.html#operation/api.controllers.cdb_list_controller.put_file
PUT /lists/files/{filename}
relative_dirname
Related issues:
The text was updated successfully, but these errors were encountered:
asteriscos
Successfully merging a pull request may close this issue.
Description
Whenever a user wants to upload a CDB List, Wazuh Dashboard throws an error.
Steps to reproduce
cdb_list.txt
Additional context
The error cause seems to be that the endpoint
PUT /lists/files/{filename}
doesn't support the parameterrelative_dirname
.https://documentation.wazuh.com/current/user-manual/api/reference.html#operation/api.controllers.cdb_list_controller.put_file
Related issues:
The text was updated successfully, but these errors were encountered: