Skip to content

chore: add operationId to swap openapi #691

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions openapi/swap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ servers:
paths:
/quote:
get:
operationId: QuoteGet
tags:
- Swap
summary: quote
Expand Down Expand Up @@ -52,6 +53,7 @@ paths:
$ref: '#/components/schemas/QuoteResponse'
/swap:
post:
operationId: SwapPost
tags:
- Swap
summary: swap
Expand All @@ -76,6 +78,7 @@ paths:
$ref: '#/components/schemas/SwapResponse'
/swap-instructions:
post:
operationId: SwapInstructionsPost
tags:
- Swap
summary: swap-instructions
Expand All @@ -100,6 +103,7 @@ paths:
$ref: '#/components/schemas/SwapInstructionsResponse'
/program-id-to-label:
get:
operationId: ProgramIdToLabelGet
tags:
- Swap
summary: program-id-to-label
Expand Down