fix scan
This commit is contained in:
@@ -471,6 +471,11 @@ paths:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/components/schemas/MarketPriceResponse"
|
||||
"400":
|
||||
description: |-
|
||||
Returned when:
|
||||
- the types parameter is missing
|
||||
- a types value is not a numeric id
|
||||
/ledgers:
|
||||
get:
|
||||
tags:
|
||||
@@ -832,6 +837,10 @@ components:
|
||||
marketTypeId:
|
||||
type: integer
|
||||
format: int64
|
||||
buy:
|
||||
type: number
|
||||
sell:
|
||||
type: number
|
||||
q1:
|
||||
type: number
|
||||
median:
|
||||
@@ -846,12 +855,14 @@ components:
|
||||
score:
|
||||
type: number
|
||||
required:
|
||||
- buy
|
||||
- marketTypeId
|
||||
- median
|
||||
- profit
|
||||
- q1
|
||||
- q3
|
||||
- score
|
||||
- sell
|
||||
- totalVolume
|
||||
MarketPriceResponse:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user