From d0155d2d3f19ef550689ae94ca26abcdff7b029c Mon Sep 17 00:00:00 2001 From: Cristina Ferrian <54667563+Bri74@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:53:49 +0100 Subject: [PATCH] ESC: added 'expired' status (#42) --- openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi.yaml b/openapi.yaml index c2ba4f4..fe3a10e 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3652,6 +3652,7 @@ components: enum: - active - inactive + - expired example: active inactiveStatusReason: description: Reason why the card is inactive (null if the card is active)