@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Travel Recommendations API
@base https://test.api.amadeus.com/v1
@version 1.0.4
@endpoints 1
@toc reference-data(1)

@endpoint GET /reference-data/recommended-locations
@required {cityCodes: str}
@optional {travelerCountryCode: str=FR, destinationCountryCodes: str}
@returns(200)
@errors {400, 500}

@end
