Merge "Correcting typo on doc."

This commit is contained in:
Jenkins 2017-10-09 18:32:15 +00:00 committed by Gerrit Code Review
commit 96a0aac2e8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ utility:
-d '{"messages": [{"body": {"event": 1}, "ttl": 600}, {"body": {"event": 2}, "ttl": 600}]}' \
-H "Content-type: application/json" \
-H "Client-ID: CLIENT_ID" \
-H "X-Auth-ToKen: TOKEN"
-H "X-Auth-Token: TOKEN"
Replace ``CLIENT_ID`` variable with the universally unique identifier (UUID)
which can be generated by, for example, ``uuidgen`` utility.