Skip to content
Snippets Groups Projects
Commit 7cce2b15 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #1484 from AlexDenisov/ssh_keys_api_doc_fixes

Small fixes added to SSH Keys API doc.
parents c561ddf3 1905a9e3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -44,7 +44,7 @@ Parameters:
"key": "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEAiPWx6WM4lhHNedGfBpPJNPpZ7yKu+dnn1SJejgt4
596k6YjzGGphH2TUxwKzxcKDKKezwkpfnxPkSMkuEspGRt/aZZ9wa++Oi7Qkr8prgHc4
soW6NUlfDzpvZK2H5E7eQaSeP3SAwGmQKUFHCddNaP0L+hM7zhFNzjFvpaMgJw0="
}
}
```
## Add key
 
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment