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-06 11:50:47 +0400
committerAlex Denisov <1101.debian@gmail.com>2012-09-06 12:21:35 +0400
commit09a86bd4d6dcf89f5e5393145900593bb22f1080 (patch)
tree57f8f864b2d824d02767d23220a3a174e9ce61f6 /doc/api
parent6e5cd8e0810c63e8744c23cdb887fea78ea37fb4 (diff)
Capitlization of /gitlab/i normalized. #1367
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index dece3e23619..93919b42852 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -1,4 +1,4 @@
-# Gitlab API
+# GitLab API
All API requests require authentication. You need to pass a `private_token` parameter to authenticate. You can find or reset your private token in your profile.
@@ -10,7 +10,7 @@ If no, or an invalid, `private_token` is provided then an error message will be
}
```
-API requests should be prefixed with `api` and the API version. The API version is equal to the Gitlab major version number, which is defined in `lib/api.rb`.
+API requests should be prefixed with `api` and the API version. The API version is equal to the GitLab major version number, which is defined in `lib/api.rb`.
Example of a valid API request: