diff options
author | Evan Read <eread@gitlab.com> | 2019-03-15 05:31:11 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-03-15 05:31:11 +0000 |
commit | 82c0816d3fdd96412605845fa337b74b6a3534c4 (patch) | |
tree | 39360350ab3ecf966311624d6d5b38a1278ec5af | |
parent | 24b801140e0dfb394d2c99c39f1034d72dc5746f (diff) | |
parent | b522bae8a3fe25a11fb0ed72bb8db1ad6fcfedaf (diff) | |
download | gitlab-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.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: |