---
title: "POST /api/task_notes"
method: POST
path: "/api/task_notes"
tags: ["Practice Management"]
---

# POST /api/task_notes

`POST /api/task_notes`

Create a task note

## Query parameters

- `task` integer
- `since` string

## Response `201`

Created

- TaskNote
  - `archived` boolean — If the task note is archived or not
  - `task` integer, required — ID of task this note is related with
  - `text` string, required — Content of the task note
  - `created_at` string
  - `updated_at` string
  - `created_by` string — ID of the `/api/users` who created the note
  - `id` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

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