Added missing API documentation

Change-Id: I1337ee7ff51d018d6f62d447345032597e84269f
This commit is contained in:
Izaak Alpert 2013-09-23 19:18:29 -04:00
parent 4cfbfbb845
commit 9d06921ffb
1 changed files with 15 additions and 0 deletions

View 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