Skip to content

Commit 4434d05

Browse files
chore: auto-regenerate OpenAPI spec
1 parent a044cce commit 4434d05

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

core/src/server/openapi.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ paths:
850850
required: false
851851
schema:
852852
type: number
853-
description: Maximum number of results to return
853+
description: 'Maximum number of results to return (max {@link MAX_TRADES_LIMIT})'
854854
responses:
855855
'200':
856856
description: Fetch Trades response
@@ -3448,7 +3448,6 @@ components:
34483448
reconstructed L2 OrderBook snapshots between `since` and `until` (hosted API only).
34493449
TradesParams:
34503450
type: object
3451-
description: Parameters for fetching trade history. No resolution parameter - trades are discrete events.
34523451
properties:
34533452
start:
34543453
type: string
@@ -3460,7 +3459,7 @@ components:
34603459
description: End of the time range
34613460
limit:
34623461
type: number
3463-
description: Maximum number of results to return
3462+
description: 'Maximum number of results to return (max {@link MAX_TRADES_LIMIT})'
34643463
CreateOrderParams:
34653464
type: object
34663465
properties:

0 commit comments

Comments
 (0)