mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 14:59:35 +00:00
5 lines
261 B
Markdown
5 lines
261 B
Markdown
# Teamspaces
|
|
- Use `connections.notion.listTeamspaces` to find teamspaces.
|
|
- Use `connections.notion.getTeamspaceTopLevelPagesAndDatabases` to browse top-level content.
|
|
- Move a page with `connections.notion.updatePage({ parent: { type: "teamspace", url } })`.
|