diff options
author | Jarka Kadlecová <jarka@gitlab.com> | 2018-02-07 14:20:18 +0100 |
---|---|---|
committer | Jarka Kadlecová <jarka@gitlab.com> | 2018-02-07 14:20:18 +0100 |
commit | 86e98c832a4eeaac616daef4ef9ddebeb7191fdd (patch) | |
tree | 493e74c9fb795c719445310b656d2d4d6672ed9c /doc/api | |
parent | f170913d734b2151761bb186856928425419155a (diff) | |
download | gitlab-ce-86e98c832a4eeaac616daef4ef9ddebeb7191fdd.tar.gz |
Small code/doc changes41763-search-api
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/search.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/search.md b/doc/api/search.md index 648c146cabc..1fba9c3fbb8 100644 --- a/doc/api/search.md +++ b/doc/api/search.md @@ -17,7 +17,7 @@ GET /search | `scope` | string | yes | The scope to search in | | `search` | string | yes | The search query | -Search the expression within the specified scope. Currentyly these scopes are supported: projects, issues, merge_requests, milestones, snippet_titles, snippet_blobs. +Search the expression within the specified scope. Currently these scopes are supported: projects, issues, merge_requests, milestones, snippet_titles, snippet_blobs. The response depends on the requested scope. @@ -298,7 +298,7 @@ GET /groups/:id/-/search | `scope` | string | yes | The scope to search in | | `search` | string | yes | The search query | -Search the expression within the specified scope. Currentyly these scopes are supported: projects, issues, merge_requests, milestones. +Search the expression within the specified scope. Currently these scopes are supported: projects, issues, merge_requests, milestones. The response depends on the requested scope. @@ -512,11 +512,11 @@ GET /projects/:id/-/search | Attribute | Type | Required | Description | | ------------------- | ---------------- | ---------- | ---------------------------------------------------------------------------------------| -| `id` | integer/string | yes | The ID or [URL-encoded path of the group](README.md#namespaced-path-encoding) owned by the authenticated user | +| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user | | `scope` | string | yes | The scope to search in | | `search` | string | yes | The search query | -Search the expression within the specified scope. Currentyly these scopes are supported: issues, merge_requests, milestones, notes, wiki_blobs, commits, blobs. +Search the expression within the specified scope. Currently these scopes are supported: issues, merge_requests, milestones, notes, wiki_blobs, commits, blobs. The response depends on the requested scope. |