Model tree
BlockUpdateBody
The body of an update-block request.| Field | Type | Description |
|---|---|---|
type | string | Which kind of block this is. Returned on a read; on a write Notion infers it from whichever content field is set. |
code | CodeContent | A block of code. |
equation | EquationBlockContent | A standalone LaTeX equation. |
image | MediaContent | An image. |
video | MediaContent | A video. |
audio | MediaContent | An audio clip. |
pdf | MediaContent | A PDF. |
file | FileBlockContent | A file attachment. |
embed | EmbedContent | Third-party content rendered inline. |
bookmark | BookmarkContent | A link rendered as a bookmark card. |
divider | EmptyContent | A horizontal rule. Send an empty object. |
breadcrumb | EmptyContent | The page’s ancestry. Send an empty object. |
tableOfContents | TableOfContentsContent | A table of contents built from the page’s headings. |
tableRow | TableRowContent | One row of a table. |
linkToPage | LinkToPageContent | A link to another page, database or comment. |
paragraph | BlockParagraphContent | A paragraph of text. |
heading1 | BlockHeadingContent | A top-level heading. |
heading2 | BlockHeadingContent | A second-level heading. |
heading3 | BlockHeadingContent | A third-level heading. |
heading4 | BlockHeadingContent | A fourth-level heading. |
bulletedListItem | BlockTextContent | A bulleted list item. |
numberedListItem | BlockNumberedListItemContent | A numbered list item. |
toDo | BlockToDoContent | A checklist item. |
toggle | BlockTextContent | A toggle, which collapses the blocks beneath it. |
quote | BlockTextContent | A quotation. |
callout | BlockCalloutContent | A callout — text in a tinted box with an icon. |
template | BlockTemplateContent | A template button. Deprecated by Notion. |
syncedBlock | BlockSyncedBlockContent | Content mirrored between two places. |
tab | BlockTabContent | A set of tabs. |
table | BlockTableContent | A table. |
column | BlockColumnContent | One column of a column list. |
inTrash | boolean | Whether the block is in the trash. False restores it. |