Skip to content

Commit

Permalink
chore: update swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeseung-bae committed May 21, 2024
1 parent a4f1bd5 commit fbb52f2
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 5 deletions.
9 changes: 4 additions & 5 deletions client/docs/statik/statik.go

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29259,6 +29259,60 @@ paths:
format: byte
tags:
- Service
/lbm/fswap/v1/swap:
get:
summary: Swap queries a swap
operationId: Swap
responses:
'200':
description: A successful response.
schema:
type: object
properties:
swap:
type: object
properties:
from_denom:
type: string
to_denom:
type: string
amount_cap_for_to_denom:
type: string
swap_rate:
type: string
default:
description: An unexpected error response.
schema:
type: object
properties:
error:
type: string
code:
type: integer
format: int32
message:
type: string
details:
type: array
items:
type: object
properties:
type_url:
type: string
value:
type: string
format: byte
parameters:
- name: fromDenom
in: query
required: false
type: string
- name: toDenom
in: query
required: false
type: string
tags:
- Query
/lbm/fswap/v1/swapped:
get:
summary: >-
Expand Down Expand Up @@ -66071,6 +66125,20 @@ definitions:
minimum_gas_price:
type: string
description: ConfigResponse defines the response structure for the Config gRPC query.
lbm.fswap.v1.QuerySwapResponse:
type: object
properties:
swap:
type: object
properties:
from_denom:
type: string
to_denom:
type: string
amount_cap_for_to_denom:
type: string
swap_rate:
type: string
lbm.fswap.v1.QuerySwappedResponse:
type: object
properties:
Expand Down

0 comments on commit fbb52f2

Please sign in to comment.