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
Copy file name to clipboardExpand all lines: rmo/notification/v1/rmo_ntf_v1.0.0.yaml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ info:
7
7
description: |
8
8
API specification issued by DCSA.org.
9
9
10
-
Operational Reefer Monitoring Notifications for [DCSA OpenAPI specification for Operational Reefer Monitoring](https://app.swaggerhub.com/apis/dcsaorg/DCSA_RMO/1.0.0-Beta-1) is a lightweight notification based on [CloudEvents](https://cloudevents.io/). The `POST` endPoint of the consumer is called whenever a `Reefer` that is being subscribed to changes state or is updated.
10
+
Operational Reefer Monitoring Notifications for [DCSA OpenAPI specification for Operational Reefer Monitoring](https://app.swaggerhub.com/apis/dcsaorg/DCSA_RMO/1.0.0-Beta-1) is a lightweight notification based on [CloudEvents](https://cloudevents.io/).
11
+
The `POST` endpoint of the consumer is called whenever a `Reefer` that is being subscribed to meets the agreed notification criteria.
11
12
12
13
Subscribing to notification is done outside scope of this API.
13
14
@@ -32,7 +33,7 @@ paths:
32
33
summary: Send a new Operational Reefer Notification
33
34
operationId: operational-reefer-notifications
34
35
description: |
35
-
Creates a new [`Operational Reefer Notification`](#/OperationalReeferNotification). This endPoint is called whenever a `Reefer` that a consumer has subscribed to changes state or is updated.
36
+
Creates a new [`Operational Reefer Notification`](#/OperationalReeferNotification). This endpoint of the consumer is called whenever a `Reefer` that is being subscribed to meets the agreed notification criteria.
0 commit comments