cURL
curl --request PATCH \ --url https://api.joinslash.com/transaction/{transactionId}/note \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "note": "<string>" }'
{ "success": true }
Update note for a transaction
Authentication from public API requests
OK