@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Seatmap Display
@base https://test.api.amadeus.com/v1
@version 1.9.2
@endpoints 2
@toc shopping(2)

@endpoint GET /shopping/seatmaps
@optional {flightOrderId: any, flight-orderId: any}
@returns(200)
@errors {400, 404}

@endpoint POST /shopping/seatmaps
@required {X-HTTP-Method-Override: any, body: any}
@returns(200)
@errors {400}

@end
