Skip to content

Commit 215004e

Browse files
authored
Update Authorization.AcceptGrant.request.json
Correlation token has been removed. https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-authorization.html#acceptgrant-directive-example
1 parent d4033b8 commit 215004e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: sample_messages/Authorization/Authorization.AcceptGrant.request.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"namespace": "Alexa.Authorization",
55
"name": "AcceptGrant",
66
"payloadVersion": "3",
7-
"messageId": "1bd5d003-31b9-476f-ad03-71d471922820",
8-
"correlationToken": "dFMb0z+PgpgdDmluhJ1LddFvSqZ/jCc8ptlAKulUj90jSqg=="
7+
"messageId": "1bd5d003-31b9-476f-ad03-71d471922820"
98
},
109
"payload": {
1110
"grant": {
@@ -18,4 +17,4 @@
1817
}
1918
}
2019
}
21-
}
20+
}

0 commit comments

Comments
 (0)