mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 20:34:26 -08:00
finish ongoing auction info q implementation
This commit is contained in:
36
docs/static/openapi.yml
vendored
36
docs/static/openapi.yml
vendored
@@ -15,7 +15,18 @@ paths:
|
||||
type: object
|
||||
properties:
|
||||
bids:
|
||||
type: string
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
verifiedProviders:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
default:
|
||||
description: An unexpected error response.
|
||||
schema:
|
||||
@@ -252,16 +263,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}':
|
||||
@@ -30967,7 +30968,18 @@ definitions:
|
||||
type: object
|
||||
properties:
|
||||
bids:
|
||||
type: string
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
verifiedProviders:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
colinear.colinearcore.QueryGetAuctionResponse:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user