summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-09-17 13:25:42 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-09-17 13:25:42 -0700
commit7cce2b1506fc9e1da2d933953e026bb8b9d81ba0 (patch)
tree6864d31e70fb20634667db6b0cec5c9f2edf9be8
parentc561ddf3eb77bfd9de54d90b224fecb4a949f81f (diff)
parent1905a9e3e4df39f9901dba6a7a6d1fc13949c2a7 (diff)
downloadgitlab-ce-7cce2b1506fc9e1da2d933953e026bb8b9d81ba0.tar.gz
Merge pull request #1484 from AlexDenisov/ssh_keys_api_doc_fixes
Small fixes added to SSH Keys API doc.
-rw-r--r--doc/api/keys.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/keys.md b/doc/api/keys.md
index 8106eb8abb4..d22b22e20b8 100644
--- a/doc/api/keys.md
+++ b/doc/api/keys.md
@@ -44,7 +44,7 @@ Parameters:
"key": "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEAiPWx6WM4lhHNedGfBpPJNPpZ7yKu+dnn1SJejgt4
596k6YjzGGphH2TUxwKzxcKDKKezwkpfnxPkSMkuEspGRt/aZZ9wa++Oi7Qkr8prgHc4
soW6NUlfDzpvZK2H5E7eQaSeP3SAwGmQKUFHCddNaP0L+hM7zhFNzjFvpaMgJw0="
- }
+}
```
## Add key
@@ -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.