diff --git a/share/templates/api/root/auth.tt b/share/templates/api/root/auth.tt index 56d756dc05..6dc6834c8c 100644 --- a/share/templates/api/root/auth.tt +++ b/share/templates/api/root/auth.tt @@ -18,10 +18,10 @@ You can authenticate against the API using your normal NGCP Panel adminis
-With cURL, use --user username:password option to specify your access credentials. Specifying the realm is not needed here.
+With cURL, use --user 'username:password' option to specify your access credentials. Specifying the realm is not needed here.
-curl -i -X GET --user myuser:mypassword https://example.org:1443/api/
+curl -i -X GET --user 'myuser:mypassword' https://example.org:1443/api/
Additionally use the --insecure option if you are testing against a self-signed server certificate.