Commit b4f16faa authored by Riyad Preukschas's avatar Riyad Preukschas

Merge pull request #2798 from Xylakant/patch-2

remove incorrect information about the api version
parents bd948549 3c47e624
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment