---
title: "PATCH /api/v1/workspaces/{workspaceID}/blocks/"
method: PATCH
path: "/api/v1/workspaces/{workspaceID}/blocks/"
---

# PATCH /api/v1/workspaces/{workspaceID}/blocks/

`PATCH /api/v1/workspaces/{workspaceID}/blocks/`

Partially updates batch of blocks

## Path parameters

- `workspaceID` string, required

## Request body

- BlockPatchBatch — BlockPatchBatch is a batch of IDs and patches for modify blocks
  - `block_ids` string[] — The id's for of the blocks to patch
  - `block_patches` BlockPatch[] — The BlockPatches to be applied
    - `deletedFields` string[] — The block removed fields
    - `parentId` string — The id for this block's parent block. Empty for root blocks
    - `rootId` string — The id for this block's root block
    - `schema` integer — The schema version of this block
    - `title` string — The display title
    - `type` string
    - `updatedFields` object — The block updated fields

## Response `200`

success

## Other responses

- `default` — internal error

## Changes

- **2021-12-15** `9fbcc4fd7627` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mattermost/apis/focalboard-server/changes/api/v1/workspaces/:workspaceID/blocks/patch.md)

---

[API](https://skmtc.dev/mattermost/apis/focalboard-server.md) · [All operations](https://skmtc.dev/mattermost/apis/focalboard-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mattermost/focalboard-server/revisions/9fbcc4fd7627/schema)
