From 126faff281dae04fb0cf6990ea6e6e4a2a7c46a2 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Wed, 4 Sep 2024 11:13:38 +0200 Subject: [PATCH] Removed ETA as required field from shipcall PUT/POST --- docs/ApiValidationRules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ApiValidationRules.md b/docs/ApiValidationRules.md index c080ae0..0e6b46f 100644 --- a/docs/ApiValidationRules.md +++ b/docs/ApiValidationRules.md @@ -112,7 +112,7 @@ Usually the "Z" is missing at the end indicating local time. #### Required fields -* eta / etd (depending on value of type: 1: eta, 2: etd, 3: both) +* eta / etd (depending on value of type: 1: eta, 2: etd, 3: etd) * type * ship_id * arrival_berth_id / departure_berth_id (depending on type, see above)