diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 1290b4eb..a0f003a5 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -12317,7 +12317,7 @@ components: maxLength: 34 bankAccountType: type: string - description: The bank account type + description: The type of the bank account enum: - CHECKING - SAVINGS diff --git a/openapi.yaml b/openapi.yaml index 1290b4eb..a0f003a5 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -12317,7 +12317,7 @@ components: maxLength: 34 bankAccountType: type: string - description: The bank account type + description: The type of the bank account enum: - CHECKING - SAVINGS diff --git a/openapi/components/schemas/common/GtqAccountInfoBase.yaml b/openapi/components/schemas/common/GtqAccountInfoBase.yaml index 250c9925..eee47f7f 100644 --- a/openapi/components/schemas/common/GtqAccountInfoBase.yaml +++ b/openapi/components/schemas/common/GtqAccountInfoBase.yaml @@ -16,7 +16,7 @@ properties: maxLength: 34 bankAccountType: type: string - description: The bank account type + description: The type of the bank account enum: - CHECKING - SAVINGS