@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Flight Create Orders
@base https://test.api.amadeus.com/v1
@version 1.10.0
@endpoints 1
@toc booking(1)

@endpoint POST /booking/flight-orders
@required {body: any}
@returns(201)
@errors {400}

@end
