From: Izaak Alpert Date: Mon, 23 Sep 2013 23:18:29 +0000 (-0400) Subject: Added missing API documentation X-Git-Tag: v6.2.0~139^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9d06921ffb2082cdcb6bcce3e420d53011a3b71d;p=wvm%2Fgitlab.git Added missing API documentation Change-Id: I1337ee7ff51d018d6f62d447345032597e84269f --- diff --git a/doc/api/projects.md b/doc/api/projects.md index 9afffcbaa..380f6f21c 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