provider Blocks PATCH /v1/blocks/{id}
@utdk/notion /v1/blocks/{id}
Update a block
This endpoint allows you to update block content. [See Full Documentation](https://developers.notion.com/reference/update-a-block)
id path required
string
Notion-Version header
string

Try it

Authentication
Configure credentials for Notion API
updateablock
PATCH/v1/blocks/{id}
This endpoint allows you to update block content. [See Full Documentation](https://developers.notion.com/reference/update-a-block)

Parameters

required

Input

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import notion from '@utdk/notion';

await notion.updateablock()