Update transaction metadata

Update the note and/or category of an existing transaction. Use null values to clear existing data.

Path Params
uuid
required

ID for this transaction

Body Params
uuid
required

How to update the transaction's category. Omit field to keep current, send null to clear, send ID to set.

string | null
required

How to update the transaction's note. Omit field to keep current, send null/empty to clear, send text to set.

Responses

400

Invalid body

404

transactionId not found

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json