summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIzaak Alpert <ialpert@blackberry.com>2013-09-23 19:18:29 -0400
committerIzaak Alpert <ialpert@blackberry.com>2013-09-23 19:36:39 -0400
commit9d06921ffb2082cdcb6bcce3e420d53011a3b71d (patch)
tree051127b399067223ebb99156d683323aa83e47a7 /doc
parent4cfbfbb845680f2df67110ca15f2479cba8e2441 (diff)
downloadgitlab-ce-9d06921ffb2082cdcb6bcce3e420d53011a3b71d.tar.gz
Added missing API documentation
Change-Id: I1337ee7ff51d018d6f62d447345032597e84269f
Diffstat (limited to 'doc')
-rw-r--r--doc/api/projects.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 9afffcbaa80..380f6f21ce8 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -484,3 +484,18 @@ DELETE /projects/:id/fork
Parameter:
+ `id` (required) - The ID of the project
+
+
+## Search for projects by name
+
+Search for projects by name which are public or the calling user has access to
+
+```
+GET /projects/search/:query
+```
+
+Parameters:
+
++ query (required) - A string contained in the project name
++ per_page (optional) - number of projects to return per page, defaults to 20
++ offset (optional) - the offset in pages to retrieve