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

@endpoint POST /booking/hotel-bookings
@required {requestBody: map}
@returns(201)
@errors {400, 500}

@end
