---
title: "Changes to Create Note"
method: POST
path: "/notes"
---

# Changes to Create Note

`POST /notes`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 85 revisions.

- **2026-07-01** `d65fcba0d25a` — 6 breaking, 2 warning, 28 info
- **2026-05-07** `5a765d68c56f` — 1 info
- **2026-04-13** `76e8f6063728` — 9 breaking, 12 warning, 15 info

## Changes

- **2026-07-01** `d65fcba0d25a` — 6 breaking, 2 warning, 28 info
  - added the new required request property `body`
  - removed `subschema #1` from the `confidence` request property `anyOf` list
  - removed `subschema #1` from the `source` request property `anyOf` list
  - removed `subschema #1` from the `type` request property `anyOf` list
  - the `resource` request property type/format changed from `string`/`` to `object`/``
  - the `detail` response's property type/format changed from `array`/`` to `string`/`` for status `422`
  - removed the request property `execution_id`
  - removed the request property `note`
  - api operation id `create_note_notes_post` removed and replaced with `createNote`
  - the endpoint scheme security `BearerAuth` was added to the API
  - the endpoint scheme security `AgentOauthAccessToken` was removed from the API
  - the endpoint scheme security `HumanLogin` was removed from the API
  - the endpoint scheme security `JenticApiKey` was removed from the API
  - api tag `Notes` added
  - api tag `catalog` removed
  - added the new optional request property `related_execution_id`
  - added the new optional request property `resource/api`
  - added the new optional request property `resource/credential_id`
  - added the new optional request property `resource/execution_id`
  - added the new optional request property `resource/operation_id`
  - added `#/components/schemas/NoteConfidence` to the `confidence` request property `anyOf` list
  - added `#/components/schemas/NoteSource` to the `source` request property `anyOf` list
  - added `#/components/schemas/NoteType` to the `type` request property `anyOf` list
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `422`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `500`
  - added the non-success response with the status `503`
  - added the optional property `code` to the response with the `422` status
  - added the optional property `errors` to the response with the `422` status
  - added the optional property `instance` to the response with the `422` status
  - added the optional property `status` to the response with the `422` status
  - added the optional property `title` to the response with the `422` status
  - added the optional property `type` to the response with the `422` status
  - the response property `detail` became required for the status `422`
- **2026-05-07** `5a765d68c56f` — 1 info
  - the endpoint scheme security `AgentOauthAccessToken` was added to the API
- **2026-04-13** `76e8f6063728` — 9 breaking, 12 warning, 15 info
  - added the new required request property `note`
  - removed `#/components/schemas/NoteConfidence` from the `confidence` request property `anyOf` list
  - removed `#/components/schemas/NoteSource` from the `source` request property `anyOf` list
  - removed `#/components/schemas/NoteType` from the `type` request property `anyOf` list
  - the `resource` request property type/format changed from `object`/`` to `string`/``
  - media type `application/problem+json` was changed to a more general media type `application/json` for the response status `422`
  - the response property `detail` became optional for the status `422`
  - the `detail` response property's maxLength was unset from `4096` for the response status `422`
  - the `detail` response's property type/format changed from `string`/`` to `array`/`` for status `422`
  - removed the request property `body`
  - removed the request property `related_execution_id`
  - removed the request property `resource/api`
  - removed the request property `resource/credential_id`
  - removed the request property `resource/execution_id`
  - removed the request property `resource/operation_id`
  - removed the optional property `code` from the response with the `422` status
  - removed the optional property `errors` from the response with the `422` status
  - removed the optional property `instance` from the response with the `422` status
  - removed the optional property `status` from the response with the `422` status
  - removed the optional property `title` from the response with the `422` status
  - removed the optional property `type` from the response with the `422` status
  - api operation id `createNote` removed and replaced with `create_note_notes_post`
  - the endpoint scheme security `HumanLogin` was added to the API
  - the endpoint scheme security `JenticApiKey` was added to the API
  - the endpoint scheme security `BearerAuth` was removed from the API
  - api tag `catalog` added
  - api tag `Notes` removed
  - added the new optional request property `execution_id`
  - added `subschema #1` to the `confidence` request property `anyOf` list
  - added `subschema #1` to the `source` request property `anyOf` list
  - added `subschema #1` to the `type` request property `anyOf` list
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `500`
  - removed the non-success response with the status `503`

---

[Operation](https://skmtc.dev/jentic/apis/jentic-control-plane-api/docs/notes/post.md) · [API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [Page](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/notes/post)
