We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b3e10b + 927d607 commit 939ea43Copy full SHA for 939ea43
1 file changed
content/rest/reference/enterprise-admin.md
@@ -186,7 +186,7 @@ $ curl -L 'https://<em>hostname</em>:<em>admin_port</em>/setup/api?api_key=<em>y
186
You can also use standard HTTP authentication to send this token. For example:
187
188
```shell
189
-$ curl -L 'https://api_key:<em>your-amazing-password</em>@<em>hostname</em>:<em>admin_port</em>/setup/api'
+$ curl -L -u "api_key:<em>your-amazing-password</em>" 'https://<em>hostname</em>:<em>admin_port</em>/setup/api'
190
```
191
192
{% for operation in currentRestOperations %}
0 commit comments