-
Notifications
You must be signed in to change notification settings - Fork 114
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
Prevent removing of (Required,Default) fields in HTTP PUT. Fixes #174 #206
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me; thanks for answering my question. I can buy into your arguments. Would you be able to add a small note about PUT in the main README, and how it works?
I suppose in particular that the original value of objects are kept on PUT requests if the field has a default value, or is read-only; all other fields are cleared. Is this the correct understanding btw?
d4a819c
to
85a562b
Compare
Done. Don't know if changed README as you imagined, but will fix :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README updates looks good to me, with some minor comments. @rs - if you have any opinions regarding the final semantics, please let us know.
85a562b
to
a5f7453
Compare
@smyrman Done. |
a5f7453
to
f56d27d
Compare
Conflict resolved. |
4602439
to
8422b43
Compare
@smyrman Will do final squash when approved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As part of the squash, please fix the two very minor comments, and I will approve & merge :-)
8422b43
to
da104d8
Compare
No description provided.