diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index ecfdd1a2b..1ecd29425 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -14632,6 +14632,7 @@ components: description: Type of asset enum: - USDC + - USDT AedAccountInfoBase: type: object required: diff --git a/openapi.yaml b/openapi.yaml index ecfdd1a2b..1ecd29425 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -14632,6 +14632,7 @@ components: description: Type of asset enum: - USDC + - USDT AedAccountInfoBase: type: object required: diff --git a/openapi/components/schemas/common/PaymentEthereumWalletInfo.yaml b/openapi/components/schemas/common/PaymentEthereumWalletInfo.yaml index dd5ee8ca3..09eed20a7 100644 --- a/openapi/components/schemas/common/PaymentEthereumWalletInfo.yaml +++ b/openapi/components/schemas/common/PaymentEthereumWalletInfo.yaml @@ -7,5 +7,6 @@ allOf: assetType: type: string description: Type of asset - enum: + enum: - USDC + - USDT