Skip to content

Commit 6ec9007

Browse files
committed
add missing QuoteGet operationId
1 parent 800c13f commit 6ec9007

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

openapi/swap.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ servers:
2020
paths:
2121
/quote:
2222
get:
23+
operationId: QuoteGet
2324
tags:
2425
- Swap
2526
summary: quote
@@ -168,19 +169,16 @@ components:
168169
inputMint:
169170
type: string
170171
inAmount:
171-
type: integer
172-
format: uint64
172+
type: string
173173
outputMint:
174174
type: string
175175
outAmount:
176-
type: integer
177-
format: uint64
176+
type: string
178177
description: |
179178
- Calculated output amount from routing engine
180179
- The value includes platform fees and DEX fees, excluding slippage
181180
otherAmountThreshold:
182-
type: integer
183-
format: uint64
181+
type: string
184182
description: |
185183
- Calculated minimum output amount after accounting for `slippageBps` on the `outAmount` value
186184
- Not used by `/swap` endpoint to build transaction

0 commit comments

Comments
 (0)