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 Issue #136 new read-only property breaks PUT #137

Merged
merged 1 commit into from
Aug 27, 2020

Commits on Mar 24, 2020

  1. Fix Issue OpenAPITools#136 new read-only property breaks PUT

    Adding a new read-only property into an API model should be considered a breaking change for PUT operations. A client not knowing of the new read-only property would get a resource from the API which includes the new read-only property and would send a full update back via PUT omitting that new property. The result is that the property would be cleared on the server side as the client did not sent the retrieved value back.
    Timo Rohrberg committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    25bd154 View commit details
    Browse the repository at this point in the history