mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 05:14:26 -08:00
implement query & update return schema
This commit is contained in:
16
docs/static/openapi.yml
vendored
16
docs/static/openapi.yml
vendored
@@ -13,6 +13,9 @@ paths:
|
||||
description: A successful response.
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
amount:
|
||||
type: string
|
||||
default:
|
||||
description: An unexpected error response.
|
||||
schema:
|
||||
@@ -212,16 +215,6 @@ paths:
|
||||
in: query
|
||||
required: false
|
||||
type: boolean
|
||||
- name: pagination.reverse
|
||||
description: >-
|
||||
reverse is set to true if results are to be returned in the
|
||||
descending order.
|
||||
|
||||
|
||||
Since: cosmos-sdk 0.43
|
||||
in: query
|
||||
required: false
|
||||
type: boolean
|
||||
tags:
|
||||
- Query
|
||||
'/colinearcore/colinearcore/auction/{index}':
|
||||
@@ -30976,6 +30969,9 @@ definitions:
|
||||
format: uint64
|
||||
colinear.colinearcore.QueryLockedFundsResponse:
|
||||
type: object
|
||||
properties:
|
||||
amount:
|
||||
type: string
|
||||
colinear.colinearcore.QueryParamsResponse:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user