Skip to content

Commit 6f93c85

Browse files
author
Anthony Roux
authored
Fix Changelog.md
1 parent 8a6d4cb commit 6f93c85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Find Hotels
1010
### Find Hotels - 1st endpoint
1111
* The parameter `hotels` has been renamed to `hotelIds`
1212
### View Hotel Rooms - 2nd endpoint
13-
* Update from `amadeus.shopping.hotel('IALONCHO').hotel_offers.get` to `amadeus.shopping.hotel_offers_by_hotel.get(hotelId: 'IALONCHO')`
14-
* Now get all images in ‘View Hotels Rooms’ endpoint using the view parameter as `FULL_ALL_IMAGES`
13+
* Update from `amadeus.shopping.hotel('IALONCHO').hotelOffers.get()` to `amadeus.shopping.hotelOffersByHotel.get({hotelId : 'IALONCHO'})`
14+
* Now get all images in ‘View Hotels Rooms’ endpoint using the view parameter as `FULL_ALL_IMAGES`
1515
### View Room Details - 3rd endpoint
16-
* Updated from `amadeus.shopping.hotel('IALONCHO').offer('XXX').get` to `amadeus.shopping.hotel_offer('XXX').get`
16+
* Updated from `amadeus.shopping.hotel('IALONCHO').offer('XXX').get()` to `amadeus.shopping.hotelOffer('XXX').get()`
1717
* Image category added under Media in the response
1818
* Hotel distance added in the response
1919
* Response now refers to the common HotelOffer object model

0 commit comments

Comments
 (0)