diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index e4bea8865..476be1e8d 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -11565,10 +11565,7 @@ components: properties: assetType: type: string - description: Type of asset - enum: - - BTC - - USDB + description: Type of asset or configured Spark token currency code invoice: type: string description: Invoice for the payment diff --git a/openapi.yaml b/openapi.yaml index e4bea8865..476be1e8d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -11565,10 +11565,7 @@ components: properties: assetType: type: string - description: Type of asset - enum: - - BTC - - USDB + description: Type of asset or configured Spark token currency code invoice: type: string description: Invoice for the payment diff --git a/openapi/components/schemas/common/PaymentSparkWalletInfo.yaml b/openapi/components/schemas/common/PaymentSparkWalletInfo.yaml index c4b0021c1..ee2bcc79b 100644 --- a/openapi/components/schemas/common/PaymentSparkWalletInfo.yaml +++ b/openapi/components/schemas/common/PaymentSparkWalletInfo.yaml @@ -8,10 +8,7 @@ allOf: properties: assetType: type: string - description: Type of asset - enum: - - BTC - - USDB + description: Type of asset or configured Spark token currency code invoice: type: string description: Invoice for the payment