Cards
Update a card
Update a card's nickname or spending limits.
post/cards/{cardId}
Path parameters
cardIdstring uuid required
Unique identifier for a card
Request body
Response
Example response
{
"createdAt": "2016-07-22T00:00:00Z",
"expiration": {
"month": 8,
"year": 2026
},
"updatedAt": "2016-07-22T00:00:00Z"
}