---
title: "POST /boards/{boardID}/blocks"
method: POST
path: "/boards/{boardID}/blocks"
---

# POST /boards/{boardID}/blocks

`POST /boards/{boardID}/blocks`

Insert blocks. The specified IDs will only be used to link
blocks with existing ones, the rest will be replaced by server
generated IDs

## Path parameters

- `boardID` string, required

## Query parameters

- `disable_notify` unknown

## Request body

- Block[]
  - unknown

## Response `200`

success

- Block[]
  - unknown

## Other responses

- `default` — internal error

## Changes

- **2022-09-07** `b93a742da014` — 1 info
  - added the new optional `query` request parameter `disable_notify`
- **2022-04-13** `8e122d5d731c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mattermost/apis/focalboard-server/changes/boards/:boardID/blocks/post.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/d238428e1666/schema)
