Removed erroneous line for basic auth

This commit is contained in:
TVo 2024-02-07 13:00:57 -07:00 committed by Seth Foster
parent b3aeb962ce
commit b79aa5b1ed

View File

@ -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