summaryrefslogtreecommitdiffstats
path: root/docs/docsite
diff options
context:
space:
mode:
authorTVo <thavo@redhat.com>2024-02-07 21:00:57 +0100
committerSeth Foster <fosterseth@users.noreply.github.com>2024-02-08 18:45:47 +0100
commitb79aa5b1ed3452d8a7c2889265b4c1ed4913db86 (patch)
tree7734d3bace969adc508f568f57d68430734dd5db /docs/docsite
parentFix the test_export_system_auditor collection test (diff)
downloadawx-b79aa5b1ed3452d8a7c2889265b4c1ed4913db86.tar.xz
awx-b79aa5b1ed3452d8a7c2889265b4c1ed4913db86.zip
Removed erroneous line for basic auth
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