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: ingest-app/docs/api.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1169,6 +1169,11 @@ For NRT Notification subscriptions to be used there are three new fields that ar
1169
1169
</ul>
1170
1170
</ul>
1171
1171
1172
+
IMPORTANT: There is limit to creating and updating subscriptions related to the specific scenario highlighted below:
1173
+
Currently, if <User 1> creates a subscription to <Collection 1> and then <User 2> creates a different subscription
1174
+
to the same <Collection 1> for the same queue, it will overwrite the first subscription for that specific queue.
1175
+
So please, have each queue have only one agreed upon subscription.
1176
+
1172
1177
##### NRT Notification Subscription POST Request
1173
1178
1174
1179
```
@@ -1228,6 +1233,11 @@ If a native-id is provided in a POST, and a subscription already exists for that
1228
1233
1229
1234
PUT requests should be used for updating subscriptions. Creating subscriptions with PUT may be deprecated in the future. All PUT requests require a native-id to be part of the request URL.
1230
1235
1236
+
IMPORTANT: There is limit to creating and updating subscriptions related to the specific scenario highlighted below:
1237
+
Currently, if <User 1> creates a subscription to <Collection 1> and then <User 2> creates a different subscription
1238
+
to the same <Collection 1> for the same queue, it will overwrite the first subscription for that specific queue.
1239
+
So please, have each queue have only one agreed upon subscription.
1240
+
1231
1241
##### Create Batch Notification subscription with %CMR-ENDPOINT%/subscriptions/<native-id> URL
0 commit comments