summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2017-02-02 17:41:21 -0200
committerOswaldo Ferreira <oswaldo@gitlab.com>2017-02-02 17:41:21 -0200
commite8fd6c7e66f8a37b60d9c8cf17ec601df465dc2a (patch)
treef074bc9a453ce4bad5801ca77e26fd518115fdd2
parentcadef802758ce4cf0b59849ca4613545967c2da6 (diff)
downloadgitlab-ce-e8fd6c7e66f8a37b60d9c8cf17ec601df465dc2a.tar.gz
Update V3 to V4 docs
-rw-r--r--doc/api/README.md1
-rw-r--r--doc/api/v3_to_v4.md10
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index 20f28e8d30e..b334ca46caf 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -49,6 +49,7 @@ following locations:
- [Todos](todos.md)
- [Users](users.md)
- [Validate CI configuration](ci/lint.md)
+- [V3 to V4](v3_to_v4.md)
- [Version](version.md)
### Internal CI API
diff --git a/doc/api/v3_to_v4.md b/doc/api/v3_to_v4.md
new file mode 100644
index 00000000000..01de1e59fcb
--- /dev/null
+++ b/doc/api/v3_to_v4.md
@@ -0,0 +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:
+
+### Changes
+
+- Removed `/projects/:search` (use: `/projects?search=x`)
+