From d76383691e5420249a648f4e793d5c39cc461755 Mon Sep 17 00:00:00 2001 From: minjikarin Date: Thu, 13 Jun 2024 15:53:05 +0200 Subject: [PATCH] Draft for Booking v2 --- docs/resources/hotels.md | 5 +---- mkdocs.yml | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/resources/hotels.md b/docs/resources/hotels.md index d7aafd1f..e4da7325 100644 --- a/docs/resources/hotels.md +++ b/docs/resources/hotels.md @@ -3,7 +3,7 @@ The **Hotels** category contains APIs that can help you find the right hotel and complete the booking. !!! information - Our catalogue of [Self-Service APIs](https://developers.amadeus.com/self-service){:target="\_blank"} is currently organised by categories that are different to what you see on this page. + This page has been updated with Hotel Booking API v2.0 new release since June 2024. | APIs | Description | |---------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------| @@ -15,9 +15,6 @@ The **Hotels** category contains APIs that can help you find the right hotel and Let's learn how to get started and help your users book the perfect rooms at over 150,000 hotels worldwide. -!!! information - This page has been updated based on `Hotel Search V3` updates since MAY 2022. - ## Search hotels ### Get a list of hotels by location diff --git a/mkdocs.yml b/mkdocs.yml index f9a363b0..1a7f8a09 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -121,11 +121,11 @@ nav: - API Tutorials: - resources/index.md - Flights: resources/flights.md - - Hotels: resources/hotels.md - Destination experiences: resources/destination-experiences.md - - Itinerary management: resources/itinerary-managment.md - - Market insights: resources/market-insight.md - Cars and Transfers: resources/cars-transfers.md + - Market insights: resources/market-insight.md + - Hotels: resources/hotels.md + - Itinerary management: resources/itinerary-managment.md - Developer tools: - developer-tools/index.md - Node: developer-tools/node.md