Commit 9d06921f authored by Izaak Alpert's avatar Izaak Alpert

Added missing API documentation

Change-Id: I1337ee7ff51d018d6f62d447345032597e84269f
parent 4cfbfbb8
...@@ -484,3 +484,18 @@ DELETE /projects/:id/fork ...@@ -484,3 +484,18 @@ DELETE /projects/:id/fork
Parameter: Parameter:
+ `id` (required) - The ID of the project + `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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment