diff --git a/doc/source/install/verify.rst b/doc/source/install/verify.rst index 536591d9c..4f8beeb86 100644 --- a/doc/source/install/verify.rst +++ b/doc/source/install/verify.rst @@ -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.