@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Hotel Ratings
@base https://test.api.amadeus.com/v2
@version 1.0.2
@endpoints 1
@toc e-reputation(1)

@endpoint GET /e-reputation/hotel-sentiments
@required {hotelIds: any}
@returns(200)
@errors {400, 401}

@end
