summaryrefslogtreecommitdiffstats
path: root/docs/docsite
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite')
-rw-r--r--docs/docsite/rst/rest_api/authentication.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/docsite/rst/rest_api/authentication.rst b/docs/docsite/rst/rest_api/authentication.rst
index 8418b567eb..83518df3ed 100644
--- a/docs/docsite/rst/rest_api/authentication.rst
+++ b/docs/docsite/rst/rest_api/authentication.rst
@@ -89,8 +89,6 @@ Example with curl:
.. code-block:: text
- curl -X GET -H 'Authorization: Basic dXNlcjpwYXNzd29yZA==’ https://<awx-host>/api/v2/credentials -k -L
-
# the --user flag adds this Authorization header for us
curl -X GET --user 'user:password' https://<awx-host>/api/v2/credentials -k -L