Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions reference/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions reference/spender.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions src/components/schemas/corporate_card.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading