---
title: "Create task for problem request"
method: POST
path: "/api/v1/problems/{display_id}/tasks"
tags: ["problems"]
---

# Create task for problem request

`POST /api/v1/problems/{display_id}/tasks`

## Path parameters

- `display_id` string, required

## Headers

- `X-Api-Key` string, required
- `X-Workspace-Id` string

## Request body

- object
  - `name` string
  - `description` string
  - `due_date` string, date
  - `assignee` integer
  - `status` 'OPEN' | 'IN_PROGRESS' | 'COMPLETE'

## Response `200`

Successful response

- ProblemsPostapiV1ProblemsDisplayIdTasksResponse200 — Empty response body

## Changes

- **2026-08-12** `2ab1cf36239b` — 1 info
  - api operation id `postapi-v-1-problems-display-id-tasks` removed and replaced with `postapi_v1_problems__display_id__tasks`

[Change history](https://skmtc.dev/atomicwork/apis/atomicwork-public-api/changes/api/v1/problems/:display_id/tasks/post.md)

---

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