We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a722c1 commit 1b4b442Copy full SHA for 1b4b442
mns_subscription/src/mns_service.py
@@ -27,6 +27,7 @@ def subscribe_notification(self) -> dict | None:
27
subscription_payload = {
28
"resourceType": "Subscription",
29
"status": "requested",
30
+ "end": "2025-07-25T00:00:00.000Z",
31
"reason": "Subscribe SQS to MNS test-signal",
32
"criteria": "eventType=nhs-number-change-2",
33
"channel": {
0 commit comments