-
Notifications
You must be signed in to change notification settings - Fork 31
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
Defaults values #29
Comments
I have created a fix for this issue and can create a preview release with the fix. |
I guess the fix will not work properly, the JSON struct continues with omitempty. I guess this problem is occurring in other endpoints I can test the preview release |
I don't think the Secondly, for the API itself, not sending enabled is the same as The bug was that I was only sending something when |
Please try this version - v1.110-beta.1 |
I tested the new version, but the problem continues |
My apologies, you are correct. That did not fix the problem. I have fixed the problem in the new version and also looked at other places that may require this change (and no other struct was affected). Here is the new release. Thank you for you patience and tests. |
Now, it's working properly Do you know when will release the stable and latest version? |
I have a release once a month. The next release is around the 25rd of July. |
I'm trying to disable a targetservers, but the parameter is not sent to Google API because we are using
omitempty
This problem could happen with many other types (int, boolean, string, etc)
apigeecli/client/targetservers/targetservers.go
Line 34 in a205b5f
The text was updated successfully, but these errors were encountered: