diff --git a/vortexasdk/endpoints/canal_transit.py b/vortexasdk/endpoints/canal_transit.py index a84252bc..b6a135e6 100644 --- a/vortexasdk/endpoints/canal_transit.py +++ b/vortexasdk/endpoints/canal_transit.py @@ -93,7 +93,7 @@ def search( filter_effective_controllers: An effective controller ID, or list of effective controller IDs to filter on. - filter_canal: Canal the vessel is queuing for. Must be one of [`'suez_canal'`, `'panama_canal'`], + filter_canal: Canal the vessel is queuing for. Must be [`'panama_canal'`], filter_direction: Direction that vessel is heading. Must be one of [`'northbound'`, `'southbound'`], diff --git a/vortexasdk/endpoints/canal_transit_timeseries.py b/vortexasdk/endpoints/canal_transit_timeseries.py index f4e81ea8..255d67a7 100644 --- a/vortexasdk/endpoints/canal_transit_timeseries.py +++ b/vortexasdk/endpoints/canal_transit_timeseries.py @@ -116,7 +116,7 @@ def search( updated_since: The UTC date of last update time of the record, - filter_canal: Canal the vessel is queuing for. Must be one of [`'suez_canal'`, `'panama_canal'`], + filter_canal: Canal the vessel is queuing for. Must be [`'panama_canal'`], filter_direction: Direction that vessel is heading. Must be one of [`'northbound'`, `'southbound'`], diff --git a/vortexasdk/version.py b/vortexasdk/version.py index 9fd0f8dd..9eb1ebec 100644 --- a/vortexasdk/version.py +++ b/vortexasdk/version.py @@ -1 +1 @@ -__version__ = "1.0.10" +__version__ = "1.0.11"