#pain-update-pi

1 messages · Page 1 of 1 (latest)

cold zinc
#

Hello 👋
What have you tried already?

night siren
#

Just to clarify, I'm simply trying to make a boolean toggle whether the card should be saved or not. I am doing this by calling the update function on the intent.

#

I can add it by setting it to "off_session"

#

but I have no idea how to remove it once it has been set, I tried setting it to "false" but that clearly doesn't work

cold zinc
#

I believe the convention with our API is to pass an empty string to unset the previous value

night siren
#

How I have it set up currently

night siren
#

Ah, that worked; not sure why I didn't think of it. Thank you!