mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 07:14:25 -08:00
scaffold generalized ongoing auction info query
This commit is contained in:
42
docs/static/openapi.yml
vendored
42
docs/static/openapi.yml
vendored
@@ -4,6 +4,43 @@ info:
|
||||
name: ''
|
||||
description: ''
|
||||
paths:
|
||||
'/colinear/colinearcore/auction_info/{auctionId}':
|
||||
get:
|
||||
summary: Queries a list of AuctionInfo items.
|
||||
operationId: ColinearColinearcoreAuctionInfo
|
||||
responses:
|
||||
'200':
|
||||
description: A successful response.
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
bids:
|
||||
type: string
|
||||
default:
|
||||
description: An unexpected error response.
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
code:
|
||||
type: integer
|
||||
format: int32
|
||||
message:
|
||||
type: string
|
||||
details:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
'@type':
|
||||
type: string
|
||||
additionalProperties: {}
|
||||
parameters:
|
||||
- name: auctionId
|
||||
in: path
|
||||
required: true
|
||||
type: string
|
||||
tags:
|
||||
- Query
|
||||
'/colinear/colinearcore/locked_funds/{owner}':
|
||||
get:
|
||||
summary: Queries a list of LockedFunds items.
|
||||
@@ -30926,6 +30963,11 @@ definitions:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
colinear.colinearcore.QueryAuctionInfoResponse:
|
||||
type: object
|
||||
properties:
|
||||
bids:
|
||||
type: string
|
||||
colinear.colinearcore.QueryGetAuctionResponse:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user