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
I cannot get boolean attributes to update when using the updateContact endpoint of the ContactsApi ith this SDK.
What value are you supposed to send in the Properties object? I Have tried true, TRUE, 1, Yes and nothing works. It just send 204 like all is okay but nothing happens. Below are the code. Its Kotlin, but its just the same. the user.sharingShopping field is a Boolean type.
Hello!
I cannot get boolean attributes to update when using the updateContact endpoint of the ContactsApi ith this SDK.
What value are you supposed to send in the
Properties
object? I Have triedtrue
,TRUE
,1
,Yes
and nothing works. It just send 204 like all is okay but nothing happens. Below are the code. Its Kotlin, but its just the same. theuser.sharingShopping
field is aBoolean
type.The text was updated successfully, but these errors were encountered: