Notebooks

Reorder blocks in a notebook

Moves one or more active blocks as a group. Blocks omitted from blockIds keep their relative order.

post/notebooks/{notebookId}/reorder-blocks

Path parameters

notebookIdstring required

Opaque notebook identifier.

Opaque notebook identifier.

Request body

blockIdsstring[] required

Non-empty list of unique block IDs to move, in the desired moved-block order.

Response

Blocks reordered

blockIdsstring[] required

Final active block order for the notebook.

Changes