-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Unable to set Public flag to false #463
Comments
I can't think of a simple way to fix without resorting to |
Hm yeah, actually I think that the PUT command should have the full payload and not mergo at all. What do you think? |
SGTM, that is more inline with the semantics of PUT. One downside would be backwards compatibility, I can't think of anything else. |
I think that's ok, we'll add it to the release notes |
@faxal would you mind creating a PR for that? Should be straight forward :) |
Done #478 |
If a client is created with
Public
flag set totrue
, client managers are not able to update the flag tofalse
. This is because of howmergo
works.The text was updated successfully, but these errors were encountered: