Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 1bfd074

Browse files
committed
reorder -k for new key and uploading a license
1 parent 3aa3220 commit 1bfd074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/v3/enterprise/management_console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ For a list of the available settings, see [the `/setup/api/settings` endpoint](#
6969
### Example
7070

7171
``` command-line
72-
$ curl -L -X -k POST 'https://<em>hostname</em>:<em>admin_port</em>/setup/api/start' -F license=@<em>/path/to/github-enterprise.ghl</em> -F "password=<em>your-amazing-password</em>" -F settings=&lt;<em>/path/to/settings.json</em>
72+
$ curl -L -X POST -k 'https://<em>hostname</em>:<em>admin_port</em>/setup/api/start' -F license=@<em>/path/to/github-enterprise.ghl</em> -F "password=<em>your-amazing-password</em>" -F settings=&lt;<em>/path/to/settings.json</em>
7373
```
7474

7575
## Upgrade a license
@@ -259,7 +259,7 @@ Name | Type | Description
259259
### Example
260260

261261
``` command-line
262-
$ curl -L -X -k POST 'https://api_key:<em>your-amazing-password</em>@<em>hostname</em>:<em>admin_port</em>/setup/api/settings/authorized-keys' -F authorized_key=@<em>/path/to/key.pub</em>
262+
$ curl -L -X POST -k 'https://api_key:<em>your-amazing-password</em>@<em>hostname</em>:<em>admin_port</em>/setup/api/settings/authorized-keys' -F authorized_key=@<em>/path/to/key.pub</em>
263263
```
264264

265265
## Remove an authorized SSH key

0 commit comments

Comments
 (0)