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

Shouldn't PUT on /user be a PATCH instead? #417

Closed
quantuminformation opened this issue Oct 1, 2019 · 1 comment
Closed

Shouldn't PUT on /user be a PATCH instead? #417

quantuminformation opened this issue Oct 1, 2019 · 1 comment

Comments

@quantuminformation
Copy link

Given that each property on the data passed to PUT on /user is optional, shouldn't we use PATCH instead?

@quantuminformation
Copy link
Author

Ok, it seems implementations just replace the whole object, so in reality, it is a PUT.

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

1 participant