View Source Notion.V1.Blocks.BlockId.Children (ElixirNotionAPI v0.3.4)

Link to this section Summary

Functions

Creates and appends new children blocks to the parent block_id specified.

Link to this section Functions

Link to this function

patch(block_id, optional_params \\ %{})

View Source

Creates and appends new children blocks to the parent block_id specified.

Returns a paginated list of newly created first level children block objects.

Path Params

  • block_id - A database parent or page parent

Optional Params

  • block_id - A database parent or page parent
  • children - Page content for the new page as an array of block objects.