Skip to content

Commit 98a7f38

Browse files
committed
chore: add operationId to swap openapi
1 parent c12ca4e commit 98a7f38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openapi/swap.yaml

Lines changed: 4 additions & 0 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
@@ -52,6 +53,7 @@ paths:
5253
$ref: '#/components/schemas/QuoteResponse'
5354
/swap:
5455
post:
56+
operationId: SwapPost
5557
tags:
5658
- Swap
5759
summary: swap
@@ -76,6 +78,7 @@ paths:
7678
$ref: '#/components/schemas/SwapResponse'
7779
/swap-instructions:
7880
post:
81+
operationId: SwapInstructionsPost
7982
tags:
8083
- Swap
8184
summary: swap-instructions
@@ -100,6 +103,7 @@ paths:
100103
$ref: '#/components/schemas/SwapInstructionsResponse'
101104
/program-id-to-label:
102105
get:
106+
operationId: ProgramIdToLabelGet
103107
tags:
104108
- Swap
105109
summary: program-id-to-label

0 commit comments

Comments
 (0)