Fix typo in param name
This commit is contained in:
parent
e01e78c504
commit
a1fc3ea77d
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ supported by Gemnasium.
|
|||
|
||||
```
|
||||
GET /projects/:id/dependencies
|
||||
GET /projects/:id/vulnerabilities?package_manger=maven
|
||||
GET /projects/:id/vulnerabilities?package_manger=yarn,bundler
|
||||
GET /projects/:id/vulnerabilities?package_manager=maven
|
||||
GET /projects/:id/vulnerabilities?package_manager=yarn,bundler
|
||||
```
|
||||
|
||||
| Attribute | Type | Required | Description |
|
||||
|
|
Loading…
Reference in a new issue