We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12ca4e commit 98a7f38Copy full SHA for 98a7f38
openapi/swap.yaml
@@ -20,6 +20,7 @@ servers:
20
paths:
21
/quote:
22
get:
23
+ operationId: QuoteGet
24
tags:
25
- Swap
26
summary: quote
@@ -52,6 +53,7 @@ paths:
52
53
$ref: '#/components/schemas/QuoteResponse'
54
/swap:
55
post:
56
+ operationId: SwapPost
57
58
59
summary: swap
@@ -76,6 +78,7 @@ paths:
76
78
$ref: '#/components/schemas/SwapResponse'
77
79
/swap-instructions:
80
81
+ operationId: SwapInstructionsPost
82
83
84
summary: swap-instructions
@@ -100,6 +103,7 @@ paths:
100
103
$ref: '#/components/schemas/SwapInstructionsResponse'
101
104
/program-id-to-label:
102
105
106
+ operationId: ProgramIdToLabelGet
107
108
109
summary: program-id-to-label
0 commit comments