---
title: "Create new Board Row"
method: POST
path: "/api/v1/rows"
tags: ["Rows"]
---

# Create new Board Row

`POST /api/v1/rows`

## Request body

- ExternalAPIContractsRequestsV1AddBoardRowRequest
  - `requestId` string, uuid, nullable — Idempotency key
  - `title` string, nullable, required
  - `boardId` string, uuid, required
  - `startDate` string, date-time, nullable
  - `endDate` string, date-time, nullable

## Response `200`

OK

- ExternalAPIContractsResponsesV1EntitiesBoardRow
  - `id` string, uuid, required
  - `title` string, nullable, required
  - `index` integer, required

---

[API](https://skmtc.net/teamhood/apis/teamhood-api-v1.md) · [All operations](https://skmtc.net/teamhood/apis/teamhood-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teamhood/teamhood-api-v1/versions/85a10c67381d/schema)
