From 7f8080e0d203f104b014b7d4682c95595f585bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Helm=C3=B8=20Larsen?= Date: Fri, 31 Jul 2026 12:11:19 +0200 Subject: [PATCH] Add vesselINONumber filter to voyage-references --- ovs_hub_ref/v1/OVS_HUB_REF_v1.0.0.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ovs_hub_ref/v1/OVS_HUB_REF_v1.0.0.yaml b/ovs_hub_ref/v1/OVS_HUB_REF_v1.0.0.yaml index f5e7c057..b8f65da9 100644 --- a/ovs_hub_ref/v1/OVS_HUB_REF_v1.0.0.yaml +++ b/ovs_hub_ref/v1/OVS_HUB_REF_v1.0.0.yaml @@ -299,6 +299,16 @@ paths: type: string maxLength: 10 example: EMC + - name: vesselIMONumber + in: query + description: | + The identifier of a vessel via the `vesselIMONumber`. The result will only return partner voyages including the `vesselIMONumber`. + schema: + type: string + pattern: ^\d{7,8}$ + minLength: 7 + maxLength: 8 + example: '9321483' responses: '200': description: OK