You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
UpdateExistingOnly
*booljson:"update_existing_only,omitempty"
it should include underscore at the beginning :
UpdateExistingOnly
*booljson:"_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.
The text was updated successfully, but these errors were encountered: