summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-03-15 05:31:11 +0000
committerEvan Read <eread@gitlab.com>2019-03-15 05:31:11 +0000
commit82c0816d3fdd96412605845fa337b74b6a3534c4 (patch)
tree39360350ab3ecf966311624d6d5b38a1278ec5af
parent24b801140e0dfb394d2c99c39f1034d72dc5746f (diff)
parentb522bae8a3fe25a11fb0ed72bb8db1ad6fcfedaf (diff)
downloadgitlab-ce-82c0816d3fdd96412605845fa337b74b6a3534c4.tar.gz
Merge branch 'fix_snippet_blobs_example' into 'master'
Fix search scope for snippet_blobs in example See merge request gitlab-org/gitlab-ce!26093
-rw-r--r--doc/api/search.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/search.md b/doc/api/search.md
index aa601648b2c..330047e323b 100644
--- a/doc/api/search.md
+++ b/doc/api/search.md
@@ -253,7 +253,7 @@ Example response:
### Scope: snippet_blobs
```bash
-curl --request GET --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/api/v4/search?scope=snippet_blos&search=test
+curl --request GET --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/api/v4/search?scope=snippet_blobs&search=test
```
Example response: