Skip to content

Commit 68c0853

Browse files
committed
args string
1 parent 079812c commit 68c0853

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

src/fr24sdk/resources/historic/events.py

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,8 @@ def get_light(
8080
gate movements, and airspace transitions.
8181
8282
Args:
83-
flight_ids: Flight IDs to filter by. Can be:
84-
- String: Comma-separated fr24_ids like "391fdd79,35f2ffd9"
85-
- List: List of fr24_ids like ["391fdd79", "35f2ffd9"]
86-
Maximum 15 IDs allowed.
87-
event_types: Event types to filter by. Can be:
88-
- String: Comma-separated values like "gate_departure,takeoff"
89-
- List: List of event types like ["gate_departure", "takeoff"]
83+
flight_ids: Flight IDs to filter by. ["391fdd79", "35f2ffd9"]. Maximum 15 IDs allowed.
84+
event_types: List of event types like ["gate_departure", "takeoff"]
9085
Available values: all, gate_departure, takeoff, cruising, airspace_transition, descent, landed, gate_arrival.
9186
"""
9287
params = _HistoricEventsParams(
@@ -108,13 +103,8 @@ def get_full(
108103
origin, destination, and aircraft type.
109104
110105
Args:
111-
flight_ids: Flight IDs to filter by. Can be:
112-
- String: Comma-separated fr24_ids like "391fdd79,35f2ffd9"
113-
- List: List of fr24_ids like ["391fdd79", "35f2ffd9"]
114-
Maximum 15 IDs allowed.
115-
event_types: Event types to filter by. Can be:
116-
- String: Comma-separated values like "gate_departure,takeoff"
117-
- List: List of event types like ["gate_departure", "takeoff"]
106+
flight_ids: Flight IDs to filter by. ["391fdd79", "35f2ffd9"]. Maximum 15 IDs allowed.
107+
event_types: List of event types like ["gate_departure", "takeoff"].
118108
Available values: all, gate_departure, takeoff, cruising, airspace_transition, descent, landed, gate_arrival.
119109
"""
120110
params = _HistoricEventsParams(

0 commit comments

Comments
 (0)