summaryrefslogtreecommitdiff
path: root/doc/api/search.md
diff options
context:
space:
mode:
authorPiotr Orzechowski <orzechow@posteo.de>2019-03-13 10:06:56 +0000
committerPiotr Orzechowski <orzechow@posteo.de>2019-03-13 10:06:56 +0000
commitb522bae8a3fe25a11fb0ed72bb8db1ad6fcfedaf (patch)
tree111b2b6e9eead34b454441187f34128a0ec1ce17 /doc/api/search.md
parentb3535a3c8bb8c928ddd4a49fd432984ee6d0d8ce (diff)
downloadgitlab-ce-b522bae8a3fe25a11fb0ed72bb8db1ad6fcfedaf.tar.gz
Fix search scope for snippet_blobs in example
Diffstat (limited to 'doc/api/search.md')
-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: