Fix X-Access-Token to Authorization header in the docs

This commit is contained in:
Patrick Devine 2016-01-29 11:33:52 -08:00 committed by Joao Fernandes
parent 6d78574d5a
commit 31a02d6fd4
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ command an authorization token. Of course, you need to have `curl` installed as
4. Curl the client bundle down to your node. 4. Curl the client bundle down to your node.
$ curl -k -H "X-Access-Token:admin:$AUTHTOKEN" https://<ducp-0 IP>/api/clientbundle -o bundle.zip $ curl -k -H "Authorization: Bearer $AUTHTOKEN" https://<ducp-0 IP>/api/clientbundle -o bundle.zip
The browser downloads a `bundle.zip` file. The browser downloads a `bundle.zip` file.