Skip to content

Commit 5fbf9bf

Browse files
set-user-subscriptions.md: change "smart quotes" to JSON-compatible normal quotes
1 parent 278f498 commit 5fbf9bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engage/user-subscriptions/set-user-subscriptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ The following example payload shows an Identify call with a `context` object, wh
7575
{
7676
"key": "(123) 555-5555",
7777
"type": "SMS",
78-
"status": SUBSCRIBED | UNSUBSCRIBED”| “DID_NOT_SUBSCRIBE
78+
"status": "SUBSCRIBED" | "UNSUBSCRIBED" | "DID_NOT_SUBSCRIBE"
7979
},
8080
{
8181
8282
"type": "EMAIL",
83-
"status": SUBSCRIBED | UNSUBSCRIBED”| “DID_NOT_SUBSCRIBE
83+
"status": "SUBSCRIBED" | "UNSUBSCRIBED" | "DID_NOT_SUBSCRIBE"
8484
}
8585
],
8686
"externalIds": [

0 commit comments

Comments
 (0)