From e2492aaff3f077389ec43d11354f256d460c8105 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 2 Jul 2026 20:53:39 +0000 Subject: [PATCH] docs(openapi): add title to CardTransaction so docs render a named chip --- mintlify/openapi.yaml | 1 + openapi.yaml | 1 + openapi/components/schemas/cards/CardTransaction.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index e777c567..9beb0ec9 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -17370,6 +17370,7 @@ components: description: Sum of all settled amounts in the smallest unit of the funding source's currency. example: 1500 CardTransaction: + title: Card Transaction type: object required: - type diff --git a/openapi.yaml b/openapi.yaml index e777c567..9beb0ec9 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -17370,6 +17370,7 @@ components: description: Sum of all settled amounts in the smallest unit of the funding source's currency. example: 1500 CardTransaction: + title: Card Transaction type: object required: - type diff --git a/openapi/components/schemas/cards/CardTransaction.yaml b/openapi/components/schemas/cards/CardTransaction.yaml index 34629dd0..87caed2f 100644 --- a/openapi/components/schemas/cards/CardTransaction.yaml +++ b/openapi/components/schemas/cards/CardTransaction.yaml @@ -1,3 +1,4 @@ +title: Card Transaction type: object required: - type