We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e597d3 commit 0bf7bacCopy full SHA for 0bf7bac
amadeus/travel/analytics/air_traffic/_busiest_period.py
@@ -16,9 +16,11 @@ def get(self, **params):
16
17
:param cityCode: IATA code of the origin city, for
18
example ``"BOS"`` for Boston.
19
- :param query: period when consumers are traveling
+ :param period: period when consumers are traveling
20
in ``YYYY`` format
21
-
+ :param direction: to select between
22
+ arrivals and departures (default: arrivals)
23
+
24
:rtype: amadeus.Response
25
:raises amadeus.ResponseError: if the request could not be completed
26
'''
0 commit comments