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

@endpoint POST /shopping/flight-offers/prediction
@required {body: any}
@returns(200)
@errors {400, 500}

@end
