---
title: "Add section"
method: POST
path: "/api/v1/project/add-section"
tags: ["Configuration"]
---

# Add section

`POST /api/v1/project/add-section`

Create a new section for a project

## Request body

- object
  - `sectionName` string, required
  - `projectId` integer, required
  - `parentId` integer, nullable — Parent section ID for nested sections

## Response `200`

Section created successfully

---

[API](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/checkmate-test-management-api/versions/f818f4b6fb31/schema)
