From fa7b5bb0316a6c9cb2d2c706d45b9f772f70635d Mon Sep 17 00:00:00 2001 From: shreyav Date: Fri, 13 Feb 2026 16:13:11 -0600 Subject: [PATCH] Remove originalQuoteId --- mintlify/openapi.yaml | 4 ---- openapi.yaml | 4 ---- openapi/components/schemas/quotes/Quote.yaml | 4 ---- 3 files changed, 12 deletions(-) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 5a2b0207..9182b56f 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -6591,10 +6591,6 @@ components: type: string description: The ID of the transaction created from this quote. example: Transaction:019542f5-b3e7-1d02-0000-000000000005 - originalQuoteId: - description: ID of the quote that is being retried - type: string - example: Quote:019542f5-b3e7-1d02-0000-000000000001 rateDetails: $ref: '#/components/schemas/OutgoingRateDetails' description: Details about the rate and fees for the transaction. diff --git a/openapi.yaml b/openapi.yaml index 5a2b0207..9182b56f 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6591,10 +6591,6 @@ components: type: string description: The ID of the transaction created from this quote. example: Transaction:019542f5-b3e7-1d02-0000-000000000005 - originalQuoteId: - description: ID of the quote that is being retried - type: string - example: Quote:019542f5-b3e7-1d02-0000-000000000001 rateDetails: $ref: '#/components/schemas/OutgoingRateDetails' description: Details about the rate and fees for the transaction. diff --git a/openapi/components/schemas/quotes/Quote.yaml b/openapi/components/schemas/quotes/Quote.yaml index 8802ab92..ffbe687d 100644 --- a/openapi/components/schemas/quotes/Quote.yaml +++ b/openapi/components/schemas/quotes/Quote.yaml @@ -95,10 +95,6 @@ properties: type: string description: The ID of the transaction created from this quote. example: Transaction:019542f5-b3e7-1d02-0000-000000000005 - originalQuoteId: - description: ID of the quote that is being retried - type: string - example: Quote:019542f5-b3e7-1d02-0000-000000000001 rateDetails: $ref: ../transactions/OutgoingRateDetails.yaml description: Details about the rate and fees for the transaction.