Skip to content

Commit cf40863

Browse files
author
Ben Lavender
authored
Merge pull request #23 from github/signed-strings-clarification
Fix signed string docs
2 parents d138d09 + 66df87e commit cf40863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/protocol-description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The string to be signed is:
169169
For a request with the same headers and a POST body of `{"method": "foo"}`, the
170170
string to be signed is:
171171

172-
`https://example.com/_chatops\nabc123.2017-05-11T19:15:23Z\n{"method": "foo"}`
172+
`https://example.com/_chatops\nabc123\n2017-05-11T19:15:23Z\n{"method": "foo"}`
173173

174174
The signature header starts with the word `Signature`, followed by whitespace,
175175
followed by comma-separated key-value pairs separated by an `=`. Each

0 commit comments

Comments
 (0)