summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-02-06 11:28:48 +0000
committerRémy Coutable <remy@rymai.me>2017-02-06 11:28:48 +0000
commitdcf9af6c1258b438d91727e824589e52e43d344c (patch)
tree631f7985ee9324f9671ca16ec64edbe87f688805 /doc/api
parentda359c46b598ba44cff1829ab4abe49c4c225ae2 (diff)
parentcdd2346d45f31482371520748289fcab4c423297 (diff)
downloadgitlab-ce-dcf9af6c1258b438d91727e824589e52e43d344c.tar.gz
Merge branch '22007-unify-projects-search' into 'master'
Unify projects search by removing /projects/:search endpoint Closes #22007 See merge request !8877
Diffstat (limited to 'doc/api')
-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`)
+