Skip to main content

Change card quota limit

PATCH 

/wallet/:walletId/card/:cardId/quota/changeLimit

Change the quota limit of a card

Request

Path Parameters

    walletId stringrequired

    Wallet ID

    cardId stringrequired

    Card ID

Body

required

Input parameters for changing card quota limit

    amount integerrequired

    Amount represents the new quota limit to be set. @json: amount @binding: required,gt=0

Responses

OK

Schema
    eventId string
Loading...