---
title: "Add a comment to a transfer"
method: POST
path: "/entities/{entityDID}/tx/{transferId}/comments"
tags: ["Transfers"]
---

# Add a comment to a transfer

`POST /entities/{entityDID}/tx/{transferId}/comments`

Appends a free-form note to a transfer. Comments are scoped to the writing entity and are not shared with the counterparty.

## Path parameters

- `entityDID` string, did, required — Decentralized Identifier (DID)
- `transferId` string, uuid, required

## Request body

- object
  - `text` string, required — The body of the comment

## Response `201`

Comment created

- object
  - `id` string, uuid, required — The id of the created comment event
  - `actor` string, required — Identifier of the actor that created the comment
  - `text` string, required
  - `occurredAt` string, required — ISO-8601 timestamp the comment was recorded at

## Other responses

- `400` — Bad Request - The server could not process the request due to a client error.
- `401` — Unauthorized - Authentication information is missing or invalid.
- `403` — Forbidden - The server understood the request but refuses to authorize it.
- `404` — Not Found - The requested resource could not be found.
- `409` — Conflict - The request could not be completed due to a conflict with the current state of the resource.
- `500` — Internal Server Error - An unexpected condition was encountered on the server.

---

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