go-notion
go-notion copied to clipboard
Saving empty values
Hey,
it seems impossible to save or update pages in a database with empty values ("", nil, [], ...). Since empty values are omitted in json encoding, notion responds with "body.properties.undefined
".
Is there a way to store empty values, that I am not aware of? Otherwise, this seems to be a bug or explicitly not supported.
Thanks