v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBUpdate application
Update an application of a multi-application card
This operation will update given fields given a card id
patch/v1/application/{id}
Path parameters
idstring biginteger required
The main card id for given card
Query parameters
auditUserstring required
The audit user to log the request
Request body
Example request
{
"applicationName": "APPLICATION",
"digitalLayoutCode": "abc123abc",
"usageLimits": [
{
"values": [
{
"reset": true,
"singleAmount": 1000,
"count": 5,
"sumAmount": 1200
}
]
}
]
}Response
Successful update of the card