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

Fix AddRESTHandler PUT Method #862

Closed
aryanmehrotra opened this issue Jul 22, 2024 · 0 comments · May be fixed by #1457
Closed

Fix AddRESTHandler PUT Method #862

aryanmehrotra opened this issue Jul 22, 2024 · 0 comments · May be fixed by #1457
Assignees
Labels
invalid This doesn't seem right

Comments

@aryanmehrotra
Copy link
Member

Describe the Issue
Currently, In PUT Method, ID is required in both PathParam and Body, it should only use the one present in the pathParam.

Moreover, It gives the message Update Successfully in DB with ID is not passed in Body, but it doesn't get updated.

@aryanmehrotra aryanmehrotra added the bug Something isn't working label Jul 22, 2024
@srijan-27 srijan-27 self-assigned this Jul 22, 2024
@srijan-27 srijan-27 added invalid This doesn't seem right and removed bug Something isn't working labels Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants