Commit b4f16faafd5bff1683996152b49342743a0f1a8b
Exists in
master
and in
4 other branches
Merge pull request #2798 from Xylakant/patch-2
remove incorrect information about the api version
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/api/README.md
@@ -10,7 +10,7 @@ If no, or an invalid, `private_token` is provided then an error message will be | @@ -10,7 +10,7 @@ If no, or an invalid, `private_token` is provided then an error message will be | ||
10 | } | 10 | } |
11 | ``` | 11 | ``` |
12 | 12 | ||
13 | -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`. | 13 | +API requests should be prefixed with `api` and the API version. The API version is defined in `lib/api.rb`. |
14 | 14 | ||
15 | Example of a valid API request: | 15 | Example of a valid API request: |
16 | 16 |