UNPKG

supersonic-models

Version:

Supersonic models and API specifications

25 lines (24 loc) 698 B
post: summary: Place order Aloha description: Update an existing order previously created by `/order/pre/aloha` on the database and finish it on Aloha provider. consumes: - application/json produces: - application/json parameters: - in: body name: Place order payload description: Place order request payload for Aloha schema: $ref: "../definitions/aloha-place-order.yaml" responses: 200: description: Success schema: $ref: "../definitions/aloha-place-order.yaml" 401: description: Unauthorized 500: description: Internal Error schema: $ref: "../../../spec/definitions/error-response.yaml"