You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subscription using emails to be notified about everything
@@ -341,6 +343,8 @@ paths:
341
343
- Subscription
342
344
summary: Find a subscription by subscription reference
343
345
operationId: get-subscription
346
+
description: |
347
+
Get the subscription matching `subscriptionReference`.
344
348
parameters:
345
349
- name: subscriptionReference
346
350
in: path
@@ -403,6 +407,8 @@ paths:
403
407
- Subscription
404
408
summary: Stop a subscription by subscription reference
405
409
operationId: delete-subscription
410
+
description: |
411
+
Deletes the subscription with `subscriptionReference`.
406
412
parameters:
407
413
- name: subscriptionReference
408
414
in: path
@@ -461,6 +467,8 @@ paths:
461
467
- Subscription
462
468
summary: Update a subscription by subscription reference
463
469
operationId: put-subscription
470
+
description: |
471
+
Updates the subscription with `subscriptionReference`.
464
472
parameters:
465
473
- name: subscriptionReference
466
474
in: path
@@ -531,6 +539,8 @@ paths:
531
539
- Secret
532
540
summary: Resets the Secret on an existing subscription
533
541
operationId: put-secret
542
+
description: |
543
+
Updates the secret of subscription with `subscriptionReference`.
534
544
parameters:
535
545
- name: subscriptionReference
536
546
in: path
@@ -650,7 +660,7 @@ components:
650
660
The `callbackUrl` **MUST** be an open endpoint for OVS Hub to call when sending a notification. The receiver **MUST** validate the authenticity of the notification by looking at the `Notification-Signature` header.
651
661
652
662
**Condition:** If `callbackUrl` is provided, the `secret` property must also be provided. It can be updated via the [update-secret](https://app.swaggerhub.com/apis/dcsaorg/DCSA_OVS_NTF/1.0.0#/Secret/put-secret) endpoint.
653
-
example: https://myserver.com/send/callback/here?shipperRef=<shipper defined unique id>
If this property is empty, you will be notified for all `facilitySMDGCodes` that have changes you are authorized to see.
802
812
items:
803
813
type: string
804
-
pattern: ^[A-Z]{2}[A-Z2-9]{3}$
805
814
maxLength: 6
806
815
description: |
807
816
The code used for identifying the specific facility. This code does not include the UN Location Code.
@@ -836,7 +845,7 @@ components:
836
845
The `callbackUrl` **MUST** be an open endpoint for OVS Hub to call when sending a notification. The receiver **MUST** validate the authenticity of the notification by looking at the `Notification-Signature` header.
837
846
838
847
**Condition:** If `callbackUrl` is provided then `secret` property is mandatory to provide also.
839
-
example: https://myserver.com/send/callback/here?shipperRef=<shipper defined unique id>
0 commit comments