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

@endpoint POST /shopping/flight-offers/pricing
@required {X-HTTP-Method-Override: any, priceFlightOffersBody: any}
@optional {include: any, forceClass: any}
@returns(200)
@errors {400}

@end
