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
When attempting to create a new page in a Notion database using the Notion API, I encountered a validation error related to the formatting of the 'people' property. The API returns an error indicating that the property value is invalid.
This is also returning an error because the property "people" should not be in the payload. I have also tried a few more payload data formats, but still getting the same error...
I'm wondering if this issue is related to Notion's API or SDK...
When attempting to create a new page in a Notion database using the Notion API, I encountered a validation error related to the formatting of the 'people' property. The API returns an error indicating that the property value is invalid.
returned error:
payload example:
But, according to the Notion API Docs, the payload data should be formatted the following way:
This is also returning an error because the property "people" should not be in the payload. I have also tried a few more payload data formats, but still getting the same error...
I'm wondering if this issue is related to Notion's API or SDK...
Node version: "v21.6.2"
Notion JS library version: "2.2.15"
The text was updated successfully, but these errors were encountered: