Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 6e8f5b9

Browse files
authored
Merge pull request #913 from TwilioDevEd/fix_incorrect_notification_sid_prefix
Correct the SID prefix for Notification resources in sample output
2 parents ede5d14 + 0fbe2c1 commit 6e8f5b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

notifications/rest/notifications/send-notification-detailed/output/send-notification-detailed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sid": "NOXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
2+
"sid": "NTXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
33
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
44
"service_sid": "ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
55
"date_created": "2015-08-26T00:07:12Z",

notifications/rest/notifications/send-notification/output/send-notification.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
3-
"sid": "NOXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
3+
"sid": "NTXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
44
"service_sid": "ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
55
"date_created": "2015-08-26T00:07:12Z",
66
"identities": ["00000001"],
@@ -16,4 +16,4 @@
1616
"gcm": null,
1717
"sms": null,
1818
"fcm": null
19-
}
19+
}

notifications/rest/notifications/send-passthrough-notification/output/send-passthrough-notification.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
3-
"sid": "NOXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
3+
"sid": "NTXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
44
"service_sid": "ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
55
"date_created": "2015-08-26T00:07:12Z",
66
"toBindings": [{

0 commit comments

Comments
 (0)