supersonic-models
Version:
Supersonic models and API specifications
25 lines (24 loc) • 639 B
YAML
post:
summary: Bump order
description: Update the order status to DONE and store the action date and time
consumes:
- application/json
produces:
- application/json
parameters:
- in: body
name: Bump order payload
description: Bump order request payload for default ordering
schema:
$ref: "../definitions/bump-order.yaml"
responses:
200:
description: Success
schema:
$ref: "../definitions/place-order.yaml"
401:
description: Unauthorized
500:
description: Internal Error
schema:
$ref: "../../../spec/definitions/error-response.yaml"