notion.updateBlock update a supported Notion block body or its trash state.
Example
automations/notion-update-block.automation.ts
Inputs
Provideblock_id plus fields for exactly one current block variant, or in_trash to restore or trash it. The retired archived field is rejected. Every input accepts a compatible signal, and an optional second argument can select a named account.
Output
Returns the updated full or partialblock object.
A 500 response is not retried because repeating a mutation could duplicate side effects. Rate limits and service overload responses remain safe to retry.