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
Some example queries as of now: For delete: curl -X "DELETE" http://localhost:9099/services/mongo/updatemongo/delete/delete
For update: curl -X "DELETE" http://localhost:9099/services/mongo/updatemongo/delete/update
The update API should be fixed as below.
curl -X "PUT" http://localhost:9099/services/mongo/updatemongo/update/update
The front ends should be fixed to separate DELETE and PUT. Currently, they are described as "PUT/DELETE".
The text was updated successfully, but these errors were encountered:
@pradeeban I will pick up this issue
Sorry, something went wrong.
That's great, @tushar-97. You can work on your fork and send a pull request when it is ready for review.
No branches or pull requests
Some example queries as of now:
For delete:
curl -X "DELETE" http://localhost:9099/services/mongo/updatemongo/delete/delete
For update:
curl -X "DELETE" http://localhost:9099/services/mongo/updatemongo/delete/update
The update API should be fixed as below.
curl -X "PUT" http://localhost:9099/services/mongo/updatemongo/update/update
The front ends should be fixed to separate DELETE and PUT. Currently, they are described as "PUT/DELETE".
The text was updated successfully, but these errors were encountered: