Replies: 1 comment
-
@MerlinDE Thank you for providing code! let me work on this soon ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I try to update a
PageProperty::Select
on a database object, Notion throws avalidation_error
at me.Reading Notion's API documentation, I understand that I have to first query a database for a page and its properties. Inside the response the possible values for the select will be listed. And I assume that I'll have to copy them to my request to set the select property.
Looking at the
notion-client
documentation and code, I don't see a way to do this.Is this a missing feature or am I getting something wrong?
This is my skeleton for handling reading/writing a page in Notion:
Beta Was this translation helpful? Give feedback.
All reactions