post: operationId: PostOrdersOrderComplete summary: Complete an Order description: Completes an Order x-authenticated: true parameters: - in: path name: id required: true description: The ID of the Order. schema: type: string tags: - Order responses: '200': description: OK content: application/json: schema: properties: order: $ref: ../components/schemas/order.yaml