v1
latestOpenAPI 3.0.32026-07-243003151.2 MBWallets
Update Wallet
This API method allows the calling application to amend wallet properties.
patch/wallet/{walletId}
Path parameters
walletIdstring string required
EES AIR Wallet ID
Request body
Example request
{
"friendlyName": "Susan's new Wallet"
}Response
OK
Example response
{
"walletId": "1066",
"friendlyName": "Susan's new Wallet",
"status": "ACTIVE",
"type": "CONSUMER",
"state": "EARNBURN",
"relationships": {
"parent": [],
"child": [],
"associate": [],
"donor": []
},
"meta": {
"key2": "Value2"
},
"dateCreated": "2017-01-03T16:25:58+00:00",
"lastUpdated": "2017-01-08T13:45:55+00:00"
}