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

PUT methods should be more like POST and less like GET #120

Open
onthebreeze opened this issue Apr 29, 2020 · 0 comments
Open

PUT methods should be more like POST and less like GET #120

onthebreeze opened this issue Apr 29, 2020 · 0 comments
Assignees

Comments

@onthebreeze
Copy link
Contributor

Currently the generator creates PUT methods with no request body and a full response. The PUT method should be more like a POST - with the body of the request message matching the resource / sub-resource data structure.

faizanvahevaria added a commit that referenced this issue Apr 29, 2020
#120 PUT methods should be more like POST and less like GET
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