Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions ovs_hub_ref/v1/OVS_HUB_REF_v1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Comment thread
HenrikHL marked this conversation as resolved.
type: string
pattern: ^\d{7,8}$
minLength: 7
maxLength: 8
Comment thread
HenrikHL marked this conversation as resolved.
example: '9321483'
responses:
'200':
description: OK
Expand Down
Loading