Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorAlex Denisov <1101.debian@gmail.com>2012-09-17 21:18:49 +0400
committerAlex Denisov <1101.debian@gmail.com>2012-09-17 21:18:49 +0400
commit9c0f6e87146bd9b55cdf84e546e7645b91f99dda (patch)
tree5f1de571108f641ad5a1640610f85b13e3dfa9f3 /doc/api
parentb1b8f9a27bb629d29473529671ec25989ebd3737 (diff)
Small fixes added
Diffstat (limited to 'doc/api')
-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.