From b79aa5b1ed3452d8a7c2889265b4c1ed4913db86 Mon Sep 17 00:00:00 2001 From: TVo Date: Wed, 7 Feb 2024 13:00:57 -0700 Subject: Removed erroneous line for basic auth --- docs/docsite/rst/rest_api/authentication.rst | 2 -- 1 file changed, 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:///api/v2/credentials -k -L - # the --user flag adds this Authorization header for us curl -X GET --user 'user:password' https:///api/v2/credentials -k -L -- cgit v1.2.3