Update card limitsAsk AIput https://platform-api.sandbox.testessential.net/card-holder/v1/cards/{cardId}/limitsThis endpoint is designed to update card spending limits or remove them.Path ParamscardIduuidrequiredthe unique identifier for a card.Body Paramstransactionnumbertransaction limit per single operation. To remove limit, set it to 0.dailynumberdaily spending limit. To remove limit, set it to 0.monthlynumbermonthly spending limit. To remove limit, set it to 0.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content types*/*application/jsonAllowed:*/*application/jsonResponses 200OK 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 3 months ago