Skip to main content
PATCH
/
consumer
/
v1
/
cards
/
{cardId}
/
memo
Update card memo
curl --request PATCH \
  --url https://api.machines.cash/consumer/v1/cards/{cardId}/memo \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "ok": true,
  "data": {},
  "summary": "success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cardId
string
required

Body

application/json

The body is of type object.

Response

Success

ok
boolean
data
object
summary
string
errors
object[]
next
string