Skip to main content
PATCH
/
transactions
/
{id}
Update transaction memo
curl --request PATCH \
  --url https://api.getovra.com/transactions/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "memo": "<string>"
}
'
{
  "id": "<string>",
  "memo": "<string>"
}

Authorizations

Authorization
string
header
required

API key (sk_...) or Agent token (at_...)

Path Parameters

id
string
required

Body

application/json
memo
string
required
Maximum string length: 500

Response

Memo updated

id
string
memo
string