From 3a007b89517de6ffadb143faff1add37cd112eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl?= Date: Tue, 12 Dec 2023 17:51:20 +0100 Subject: [PATCH] Transfer search example update --- .../json/TransferSearch_v1_swagger_specification.json | 11 ++++------- .../yaml/TransferSearch_v1_swagger_specification.yaml | 11 ++++------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/spec/json/TransferSearch_v1_swagger_specification.json b/spec/json/TransferSearch_v1_swagger_specification.json index 91dd1be..d149700 100644 --- a/spec/json/TransferSearch_v1_swagger_specification.json +++ b/spec/json/TransferSearch_v1_swagger_specification.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "version": "1.11.1", + "version": "1.11.2", "title": "Transfer Search", "description": "Before using this API, we recommend you read our **[Authorization Guide](https://developers.amadeus.com/self-service/apis-docs/guides/authorization-262)** for more information on how to generate an access token. \n\nPlease also be aware that our test environment is based on a subset of the production for this API it may change dynamically. For your tests, use big cities like LON (London) or NYC (New-York)." }, @@ -249,11 +249,9 @@ "endZipCode": "75007", "endCountryCode": "FR", "endName": "Souvenirs De La Tour", - "endGooglePlaceId": "ChIJL-DOWeBv5kcRfTbh97PimNc", "endGeoCode": "48.859466,2.2976965", "transferType": "PRIVATE", - "startDateTime": "2021-11-10T10:30:00", - "providerCodes": "TXO", + "startDateTime": "2024-04-10T10:30:00", "passengers": 2, "stopOvers": [ { @@ -263,7 +261,6 @@ "countryCode": "FR", "cityName": "Paris", "zipCode": "75007", - "googlePlaceId": "DOWeBv5kcRfTbh97PimN", "name": "De La Tours", "geoCode": "48.859477,2.2976985", "stateCode": "FR" @@ -273,11 +270,11 @@ "transportationType": "FLIGHT", "transportationNumber": "AF380", "departure": { - "localDateTime": "2021-11-10T09:00:00", + "localDateTime": "2024-04-10T09:00:00", "iataCode": "NCE" }, "arrival": { - "localDateTime": "2021-11-10T10:00:00", + "localDateTime": "2024-04-10T10:00:00", "iataCode": "CDG" } }, diff --git a/spec/yaml/TransferSearch_v1_swagger_specification.yaml b/spec/yaml/TransferSearch_v1_swagger_specification.yaml index 270c835..dff60f4 100644 --- a/spec/yaml/TransferSearch_v1_swagger_specification.yaml +++ b/spec/yaml/TransferSearch_v1_swagger_specification.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 1.11.1 + version: 1.11.2 title: Transfer Search description: |- Before using this API, we recommend you read our **[Authorization Guide](https://developers.amadeus.com/self-service/apis-docs/guides/authorization-262)** for more information on how to generate an access token. @@ -296,11 +296,9 @@ paths: endZipCode: '75007' endCountryCode: FR endName: Souvenirs De La Tour - endGooglePlaceId: ChIJL-DOWeBv5kcRfTbh97PimNc endGeoCode: 48.859466,2.2976965 transferType: PRIVATE - startDateTime: '2021-11-10T10:30:00' - providerCodes: TXO + startDateTime: '2024-04-10T10:30:00' passengers: 2 stopOvers: - duration: PT2H30M @@ -309,7 +307,6 @@ paths: countryCode: FR cityName: Paris zipCode: '75007' - googlePlaceId: DOWeBv5kcRfTbh97PimN name: De La Tours geoCode: 48.859477,2.2976985 stateCode: FR @@ -317,10 +314,10 @@ paths: transportationType: FLIGHT transportationNumber: AF380 departure: - localDateTime: '2021-11-10T09:00:00' + localDateTime: '2024-04-10T09:00:00' iataCode: NCE arrival: - localDateTime: '2021-11-10T10:00:00' + localDateTime: '2024-04-10T10:00:00' iataCode: CDG passengerCharacteristics: - passengerTypeCode: ADT