Merge pull request #1484 from AlexDenisov/ssh_keys_api_doc_fixes
Small fixes added to SSH Keys API doc.
This commit is contained in:
commit
7cce2b1506
1 changed files with 3 additions and 3 deletions
|
@ -56,8 +56,8 @@ POST /keys
|
|||
|
||||
Parameters:
|
||||
|
||||
+ `title` (required) - new SSH Key
|
||||
+ `key` (optional) - new SSH key's title
|
||||
+ `title` (required) - new SSH Key's title
|
||||
+ `key` (required) - new SSH key
|
||||
|
||||
Will return created key with status `201 Created` on success, or `404 Not
|
||||
found` on fail.
|
||||
|
|
Loading…
Add table
Reference in a new issue