diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-01-12 11:08:53 +0100 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-01-12 11:08:53 +0100 |
commit | 8689ce1efef8438debeec2a3a6d669f4d5a435c4 (patch) | |
tree | ec6757d8ae062bbd8ceb38ebb7d136932302d5a3 /doc/api | |
parent | 31bcd04711d448c016506897b8431273e3454faa (diff) | |
download | gitlab-ce-8689ce1efef8438debeec2a3a6d669f4d5a435c4.tar.gz |
Add search filter option on project api for authorized projects.
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/projects.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 22d3c828a4b..027a8ec2e7f 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -13,6 +13,7 @@ Parameters: - `archived` (optional) - if passed, limit by archived status - `order_by` (optional) - Return requests ordered by `id`, `name`, `created_at` or `last_activity_at` fields - `sort` (optional) - Return requests sorted in `asc` or `desc` order +- `search` (optional) - Return list of authorized projects according to a search criteria ```json [ |