Skip to content
Snippets Groups Projects
Commit 82c0816d authored by Evan Read's avatar Evan Read
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment