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 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: