Skip to content
Snippets Groups Projects
Commit 3c47e624 authored by Felix Gilcher's avatar Felix Gilcher
Browse files

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.
parent bd948549
No related branches found
No related tags found
2 merge requests!2940Expanding repos and hooks paths in settings,!2798remove incorrect information about the api version
Loading
Loading
@@ -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:
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment