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
But when used the notionapi pkg to send the request, I cann't set the select to nil. Because the type of select is notionapi.Option instead of *notionapi.Option.
when I used notionapi.Option{} as the value of Select, I got the following errer response:
body.properties.ProjectType.select.id should be defined, instead was `undefined`.
body.properties.ProjectType.select.name should be populated, instead was `""`.
How can I remove the value of select propery?
The text was updated successfully, but these errors were encountered:
I can use the following request to remove the value of select.
But when used the notionapi pkg to send the request, I cann't set the select to nil. Because the type of select is
notionapi.Option
instead of*notionapi.Option
.when I used
notionapi.Option{}
as the value ofSelect
, I got the following errer response:How can I remove the value of select propery?
The text was updated successfully, but these errors were encountered: