---
title: "Create note for change by display ID"
method: POST
path: "/api/v1/change-management/changes/{display_id}/notes"
tags: ["changeManagement"]
---

# Create note for change by display ID

`POST /api/v1/change-management/changes/{display_id}/notes`

## Path parameters

- `display_id` string, required

## Headers

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

## Request body

- object
  - `user_id` integer
  - `description` string
  - `mentions` integer[]
  - `is_private` boolean
  - `source` 'EMAIL' | 'SLACK' | 'TEAMS' | 'PORTAL' | 'WORKFLOW' | 'JOURNEY' | 'API' | 'UNIVERSAL_AGENT' | 'RAPID7'
  - `type` 'ESD_NOTE' | 'SLACK_NOTE' | 'EMAIL_NOTE' | 'RATING' | 'TEMPLATE' | 'WORKFLOW_NOTE'
  - `attachments` integer[]

## Response `200`

Successful response

- ChangeManagementPostapiV1ChangeManagementChangesDisplayIdNotesResponse200 — Empty response body

## Changes

- **2026-08-12** `2ab1cf36239b` — 1 info
  - api operation id `postapi-v-1-change-management-changes-display-id-notes` removed and replaced with `postapi_v1_change_management_changes__display_id__notes`

[Change history](https://skmtc.dev/atomicwork/apis/atomicwork-public-api/changes/api/v1/change-management/changes/:display_id/notes/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)
