OSDN Git Service

Added missing API documentation
authorIzaak Alpert <ialpert@blackberry.com>
Mon, 23 Sep 2013 23:18:29 +0000 (19:18 -0400)
committerIzaak Alpert <ialpert@blackberry.com>
Mon, 23 Sep 2013 23:36:39 +0000 (19:36 -0400)
Change-Id: I1337ee7ff51d018d6f62d447345032597e84269f

doc/api/projects.md

index 9afffcb..380f6f2 100644 (file)
@@ -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