This commit is contained in:
Sirttas
2026-06-13 00:06:55 +02:00
parent d0c198118d
commit 3348b9f668
4 changed files with 18 additions and 8 deletions
+11
View File
@@ -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