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

Mongo update is piggybacking on delete #65

Open
pradeeban opened this issue Mar 12, 2019 · 2 comments
Open

Mongo update is piggybacking on delete #65

pradeeban opened this issue Mar 12, 2019 · 2 comments

Comments

@pradeeban
Copy link
Member

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".

@tushar-97
Copy link
Contributor

@pradeeban I will pick up this issue

@pradeeban
Copy link
Member Author

That's great, @tushar-97. You can work on your fork and send a pull request when it is ready for review.

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

No branches or pull requests

2 participants