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
diff options
context:
space:
mode:
authorFelix Gilcher <felix.gilcher@asquera.de>2013-01-28 13:59:39 +0400
committerFelix Gilcher <felix.gilcher@asquera.de>2013-01-28 13:59:39 +0400
commit3c47e6248ade6cd8561e1e361a01f7a770907bfd (patch)
treebaac0993fa647989a5fca6648514e100c0529c04 /doc
parentbd948549293e1abfa32ec566b687670fed47a3d7 (diff)
remove incorrect information about the api version
The API version is currently not equal to the gitlab major version number. Gitlab 4.1  still uses API version 3. Point to the lib/api.rb file instead which contains the autoritative information.
Diffstat (limited to 'doc')
-rw-r--r--doc/api/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index 477429c9fa0..65eec6bec3c 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -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 defined in `lib/api.rb`.
Example of a valid API request: