summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-03-08 02:00:30 +0000
committerDouwe Maan <douwe@gitlab.com>2017-03-08 02:00:30 +0000
commit99b9fbb9e64a7d935a84f705e47cfbcafd464d48 (patch)
tree271e157e5d36096e9e57555c3b8cdd8039cca32a
parent9b2e82735317b81c661d47f6fe9486c4fe66b8a1 (diff)
parented6afb35e1dbe73c2aa0a43e142fe60b33c1744b (diff)
downloadgitlab-ce-99b9fbb9e64a7d935a84f705e47cfbcafd464d48.tar.gz
Merge branch 'tc-api-v4-doc-changes' into 'master'
API v4 doc changes See merge request !9723
-rw-r--r--doc/api/projects.md2
-rw-r--r--doc/api/v3_to_v4.md8
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 28e4bfe39dc..686f3dba35d 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -20,7 +20,7 @@ Constants for project visibility levels are next:
## 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
diff --git a/doc/api/v3_to_v4.md b/doc/api/v3_to_v4.md
index f42a5e9158b..bf180836b57 100644
--- a/doc/api/v3_to_v4.md
+++ b/doc/api/v3_to_v4.md
@@ -1,8 +1,10 @@
# V3 to V4 version
-Our V4 API version is currently available as *Beta*! It means that V3
-will still be supported and remain unchanged for now, but be aware that the following
-changes are in V4:
+Since GitLab 9.0, API V4 is the preferred version to be used.
+
+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