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 1b4b442 commit a8d2e5dCopy full SHA for a8d2e5d
mns_subscription/src/mns_service.py
@@ -27,7 +27,6 @@ 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