Skip to content
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