Commit 82c0816d authored by Evan Read's avatar Evan Read

Merge branch 'fix_snippet_blobs_example' into 'master'

Fix search scope for snippet_blobs in example

See merge request gitlab-org/gitlab-ce!26093
parents 24b80114 b522bae8
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment