mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -40,7 +40,7 @@ GET /vulnerabilities/:id
|
||||
| `id` | integer or string | yes | The ID of a Vulnerability to get |
|
||||
|
||||
```shell
|
||||
curl --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/api/v4/vulnerabilities/1
|
||||
curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/vulnerabilities/1"
|
||||
```
|
||||
|
||||
Example response:
|
||||
|
Reference in New Issue
Block a user