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

UpdateExistingOnly json format is wrong #8

Open
AliElMoussawi opened this issue Aug 21, 2023 · 0 comments
Open

UpdateExistingOnly json format is wrong #8

AliElMoussawi opened this issue Aug 21, 2023 · 0 comments

Comments

@AliElMoussawi
Copy link

UpdateExistingOnly *bool json:"update_existing_only,omitempty"
it should include underscore at the beginning :UpdateExistingOnly *bool json:"_update_existing_only,omitempty"
Braze considers _update_existing_only, while the package sends update_existing_only without the underscore. Thus, Braze is showing the attribute and setting the default value of _update_existing_only to true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant