supersonic-models
Version:
Supersonic models and API specifications
27 lines (26 loc) • 666 B
YAML
post:
summary: List orders
description: List orders by the filter passed by the JSON payload.
consumes:
- application/json
produces:
- application/json
parameters:
- in: body
name: List orders payload
description: List orders request payload for default ordering
schema:
$ref: "../definitions/list-order.yaml"
responses:
200:
description: Success
schema:
type: array
items:
$ref: "../definitions/place-order.yaml"
401:
description: Unauthorized
500:
description: Internal Error
schema:
$ref: "../../../spec/definitions/error-response.yaml"