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
Example request
{
"comment": "Transaction is approved"
}Response
Ok