Skip to content

Commit 800c13f

Browse files
committed
chore: add operationId to swap openapi
1 parent c12ca4e commit 800c13f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openapi/swap.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ paths:
5252
$ref: '#/components/schemas/QuoteResponse'
5353
/swap:
5454
post:
55+
operationId: SwapPost
5556
tags:
5657
- Swap
5758
summary: swap
@@ -76,6 +77,7 @@ paths:
7677
$ref: '#/components/schemas/SwapResponse'
7778
/swap-instructions:
7879
post:
80+
operationId: SwapInstructionsPost
7981
tags:
8082
- Swap
8183
summary: swap-instructions
@@ -100,6 +102,7 @@ paths:
100102
$ref: '#/components/schemas/SwapInstructionsResponse'
101103
/program-id-to-label:
102104
get:
105+
operationId: ProgramIdToLabelGet
103106
tags:
104107
- Swap
105108
summary: program-id-to-label

0 commit comments

Comments
 (0)