Merge branch 'fix_snippet_blobs_example' into 'master'

Fix search scope for snippet_blobs in example

See merge request gitlab-org/gitlab-ce!26093
This commit is contained in:
Evan Read 2019-03-15 05:31:11 +00:00
commit 82c0816d3f
1 changed files with 1 additions and 1 deletions

View File

@ -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: