Update card settings
documentedUpdate settings for a specific card (spending limits, merchant controls, etc.).
PATCH /cards/{card_id}Cardsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl \"https://b2b.revolut.com/api/1.0/cards/{{$card_id}}\" \
-X PATCH \
-H \"Content-Type: application/json\" \
-H \"Accept: application/json\" \
-H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
-d '{\"label\":\"{{$label}}\",\"spending_limits\":{\"single\":{\"amount\":{{$single_amount}},\"currency\":\"{{$currency}}\"}}}'