Commit 99b9fbb9 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'tc-api-v4-doc-changes' into 'master'

API v4 doc changes

See merge request !9723
parents 9b2e8273 ed6afb35
...@@ -20,7 +20,7 @@ Constants for project visibility levels are next: ...@@ -20,7 +20,7 @@ Constants for project visibility levels are next:
## List projects ## List projects
Get a list of projects for which the authenticated user is a member. Get a list of visible projects for authenticated user. When being accessed without authentication, all public projects are returned.
``` ```
GET /projects GET /projects
......
# V3 to V4 version # V3 to V4 version
Our V4 API version is currently available as *Beta*! It means that V3 Since GitLab 9.0, API V4 is the preferred version to be used.
will still be supported and remain unchanged for now, but be aware that the following
changes are in V4: V3 will remain working until at least GitLab 9.3. The V3 API documentation is still [available](https://gitlab.com/gitlab-org/gitlab-ce/blob/8-16-stable/doc/api/README.md).
Below are the changes made between V3 and V4.
### 8.17 ### 8.17
......
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