---
title: "Create Section"
method: POST
path: "/api/faqs/sections"
tags: ["faq"]
---

# Create Section

`POST /api/faqs/sections`

## Request body

- FaqSectionCreateRequest — Create section payload.
  - `name` string, required — Section name
  - `position` integer, nullable — Sort position

## Response `200`

Successful Response

- FaqSectionResponse — Single FAQ section row.
  - `id` string, required — Section UUID
  - `created_at` string, date-time, required — Section creation timestamp
  - `name` string, required — Section name
  - `position` integer, nullable — Sort position

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
