Partially updates a block

patch/api/v1/boards/{boardID}/blocks/{blockID}

Path parameters

boardIDstring required

Board ID

blockIDstring required

ID of block to patch

Request body

boardIdstring

The board id that the block belongs to

deletedFieldsstring[]

The block removed fields

parentIdstring

The id for this block's parent block. Empty for root blocks

schemainteger

The schema version of this block

titlestring

The display title

typestring
updatedFieldsobject

The block updated fields

Response

success

Changes