Skip to content

Commit e1d4d66

Browse files
Fix to failed notifications documentation (#408)
1 parent c16d99f commit e1d4d66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wiki/markdown/failed-notifications.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66

77

88
## Failed notifications
9-
GET /failed-Notifications
9+
GET /failed-notifications
1010

1111
**Query parameters**:
12-
subscriptionName={Subscription Name}
12+
subscriptionNames={Subscription1,Subscription2,...}
1313

1414
Examples of this endpoint using curl
1515

16-
curl -X GET -H "Content-type: application/json" localhost:39835/failed-notifications?subscriptionName=Subscription_1
16+
curl -X GET -H "Content-type: application/json" localhost:39835/failed-notifications?subscriptionNames=Subscription1
1717

1818
The content of a failed notification json object may look something like the following
1919

2020
[
2121
{
22-
"subscriptionName": "Sub1",
22+
"subscriptionName": "Subscription1",
2323
"aggregatedObject": {},
2424
"notificationMeta": "http://localhost:9999/some-endpoint",
2525
"_id": {

0 commit comments

Comments
 (0)