diff options
| author | Piotr Orzechowski <orzechow@posteo.de> | 2019-03-13 10:06:56 +0000 |
|---|---|---|
| committer | Piotr Orzechowski <orzechow@posteo.de> | 2019-03-13 10:06:56 +0000 |
| commit | b522bae8a3fe25a11fb0ed72bb8db1ad6fcfedaf (patch) | |
| tree | 111b2b6e9eead34b454441187f34128a0ec1ce17 /doc/api | |
| parent | b3535a3c8bb8c928ddd4a49fd432984ee6d0d8ce (diff) | |
| download | gitlab-ce-b522bae8a3fe25a11fb0ed72bb8db1ad6fcfedaf.tar.gz | |
Fix search scope for snippet_blobs in example
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/search.md | 2 |
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: |
