summaryrefslogtreecommitdiff
path: root/doc/api/search.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-28 03:09:04 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-28 03:09:04 +0000
commit597a43f359c3096d845e764b90439743962e5961 (patch)
tree2593024f91b2eb44e0764107490be4d0f1119ace /doc/api/search.md
parentf54a50aa826d0eedcf2e56f51462613bc132f826 (diff)
downloadgitlab-ce-597a43f359c3096d845e764b90439743962e5961.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/search.md')
-rw-r--r--doc/api/search.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/search.md b/doc/api/search.md
index 8203fbecbb3..78f68ed20e3 100644
--- a/doc/api/search.md
+++ b/doc/api/search.md
@@ -8,7 +8,7 @@ Every API call to search must be authenticated.
Search globally across the GitLab instance.
-```
+```plaintext
GET /search
```
@@ -410,7 +410,7 @@ Search within the specified group.
If a user is not a member of a group and the group is private, a `GET` request on that group will result to a `404` status code.
-```
+```plaintext
GET /groups/:id/search
```