---
title: "Create kanban stage"
method: POST
path: "/tasks/v1/stages"
tags: ["tasksService"]
---

# Create kanban stage

`POST /tasks/v1/stages`

Create kanban stage

## Request body

- CreateCanbanStageDto
  - `title` string, required
  - `color` string, required
  - `afterId` string — The ID of the stage to add after.
  - `sort` integer
  - `group_id` integer

## Response `200`

OK

- CanbanStage
  - `id` string
  - `title` string
  - `color` string
  - `sort` integer
  - `afterId` string — The ID of the stage to add after.

## Other responses

- `401` — Access token is missing or invalid
- `403` — Forbidden
- `422` — Validation error response

---

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