v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
Transactions

Update Comment

Updates the comment of a single transaction

patch/transactions/{transactionId}/comment

Path parameters

transactionIdstring uuid required

The unique identifier of the transaction.

Request body

commentstring required

The comment to be added to the transaction. Maximum length is 200 characters.

Example request

{
  "comment": "Transaction is approved"
}

Response

Ok