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

Disable 'required' field rules for PATCHes #33

Closed
dclucas opened this issue Dec 21, 2015 · 2 comments
Closed

Disable 'required' field rules for PATCHes #33

dclucas opened this issue Dec 21, 2015 · 2 comments
Labels

Comments

@dclucas
Copy link
Contributor

dclucas commented Dec 21, 2015

Say you have a brands contract that specifies two mandatory fields: code and description.

Say you want to update a brand, to fix a description typo (change 'Massey Furgeson' to 'Massey Ferguson'). If you patch the API with just the description, you will receive an error message saying that you failed to provide the code.

@dclucas dclucas added the bug label Dec 21, 2015
@mavdi
Copy link
Contributor

mavdi commented Feb 2, 2016

Work assigned

@niahmiah
Copy link
Contributor

#66

kristofsajdak added a commit that referenced this issue Mar 2, 2016
#33 Disable 'required' field rules for PATCHes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants