mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 20:24:25 -08:00
scaffold auction-bids query
This commit is contained in:
42
docs/static/openapi.yml
vendored
42
docs/static/openapi.yml
vendored
@@ -20305,6 +20305,43 @@ paths:
|
||||
type: string
|
||||
tags:
|
||||
- Query
|
||||
'/cosmos-test/cosmostest/auction_bids/{index}':
|
||||
get:
|
||||
summary: Queries a list of AuctionBids items.
|
||||
operationId: CosmostestCosmostestAuctionBids
|
||||
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: index
|
||||
in: path
|
||||
required: true
|
||||
type: string
|
||||
tags:
|
||||
- Query
|
||||
/cosmos-test/cosmostest/next_auction:
|
||||
get:
|
||||
summary: Queries a NextAuction by index.
|
||||
@@ -47482,6 +47519,11 @@ definitions:
|
||||
repeated Bar results = 1;
|
||||
PageResponse page = 2;
|
||||
}
|
||||
cosmostest.cosmostest.QueryAuctionBidsResponse:
|
||||
type: object
|
||||
properties:
|
||||
bids:
|
||||
type: string
|
||||
cosmostest.cosmostest.QueryGetAuctionResponse:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user