---
title: "POST /api/v1/notes"
method: POST
path: "/api/v1/notes"
tags: ["notes-controller"]
---

# POST /api/v1/notes

`POST /api/v1/notes`

## Request body

- NoteDto
  - `createdAt` string, date-time
  - `createdBy` string, date-time
  - `content` string
  - `jobInstanceId` string

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/gosure/apis/gosure-api.md) · [All operations](https://skmtc.net/gosure/apis/gosure-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gosure/gosure-api/revisions/785f532b1250/schema)
