@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api On-Demand Flight Status
@base https://test.api.amadeus.com/v2
@version 2.0.2
@endpoints 1
@toc schedule(1)

@endpoint GET /schedule/flights
@required {carrierCode: any, flightNumber: any, scheduledDepartureDate: any}
@optional {operationalSuffix: any}
@returns(200)
@errors {400, 401}

@end
