Blueticks
Boards

Bulk upsert board items

Create or merge many items in one call.

Each item is fingerprinted and matched against the board's existing items — a match is patched (merging richer fields, bumping last-seen), a miss is created. Keeps scan-merge token cost flat. Requires boards:write.

Request

curl -X POST "https://api.blueticks.co/v1/boards//items/bulk" \  -H "Content-Type: application/json" \  -d '{    "items": [      {        "text": "string"      }    ]  }'
POST
/v1/boards/{boardId}/items/bulk

Path Parameters

boardId*string

Request Body

application/json

Response

Response Body

application/json

application/json