Migrate to Notion API version 2026-03-11
mainWhen upgrading to the 2026-03-11 API version, be aware of the following breaking changes:
- Block positioning: The
afterparameter onappendBlockChildrenis replaced byposition, which supportsafter_block,start, andend. - Trash status: The
archivedfield is replaced byin_trashon pages, blocks, databases, and data sources. - Block type rename: The
transcriptionblock type is renamed tomeeting_notes.
Both old and new field names are available in the SDK's TypeScript types for migration, but older fields are marked @deprecated.