From eb4f7f2dfbb5b503b752996f9b6a0a513928c303 Mon Sep 17 00:00:00 2001 From: Madan Gopal Date: Thu, 18 Jun 2026 15:11:31 +0530 Subject: [PATCH 1/2] Add corporate card is_archived field to cct response schema --- src/components/schemas/corporate_card.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/schemas/corporate_card.yaml b/src/components/schemas/corporate_card.yaml index 5bd16a3ac..0e158874e 100644 --- a/src/components/schemas/corporate_card.yaml +++ b/src/components/schemas/corporate_card.yaml @@ -509,6 +509,11 @@ corporate_card_out_embed: description: | String denoting the card holder's email example: john.doe@example.com + is_archived: + type: boolean + description: | + Indicates whether the corporate card is archived. + nullable: false duplicate_suggestion_corporate_card_out_embed: From a4135ab92a1a8976488ae218c33d5e59408720c8 Mon Sep 17 00:00:00 2001 From: Madan Gopal Date: Thu, 18 Jun 2026 09:43:50 +0000 Subject: [PATCH 2/2] Auto generate API docs --- reference/admin.yaml | 5 +++++ reference/spender.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/reference/admin.yaml b/reference/admin.yaml index 49681585c..f56bd791a 100644 --- a/reference/admin.yaml +++ b/reference/admin.yaml @@ -23794,6 +23794,11 @@ components: description: | String denoting the card holder's email example: john.doe@example.com + is_archived: + type: boolean + description: | + Indicates whether the corporate card is archived. + nullable: false matched_expense_out_embed: type: object nullable: true diff --git a/reference/spender.yaml b/reference/spender.yaml index 9a8aee0ad..b719d7557 100644 --- a/reference/spender.yaml +++ b/reference/spender.yaml @@ -12879,6 +12879,11 @@ components: description: | String denoting the card holder's email example: john.doe@example.com + is_archived: + type: boolean + description: | + Indicates whether the corporate card is archived. + nullable: false matched_expense_out_embed: type: object nullable: true