admin管理员组文章数量:1434909
I'm currently trying to implement adding pages using Notion's API.
I have confirmed that a new page can be added by specifying the ID of the page or database (table), but is it not possible to add a page to the workspace?
I thought it would work if I passed it in the form below, but an error is returned...
{
"parent": {
"type": "workspace",
"workspace": true
}
}
"message": "body failed validation. Fix one:\nbody.parent.page_id should be defined, instead was `undefined`.\nbody.parent.database_id should be defined, instead was `undefined`.",
Can someone please help me?
本文标签: Add a page directly under the workspace using Notion APIStack Overflow
版权声明:本文标题:Add a page directly under the workspace using Notion API - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745620020a2666626.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论