We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e35e61 commit b291220Copy full SHA for b291220
1 file changed
README.rst
@@ -41,7 +41,7 @@ application <https://developers.amadeus.com/my-apps/>`__.
41
response = amadeus.shopping.flight_offers_search.get(
42
originLocationCode='MAD',
43
destinationLocationCode='ATH',
44
- departureDate='2022-11-01',
+ departureDate='2024-11-01',
45
adults=1)
46
print(response.data)
47
except ResponseError as error:
0 commit comments