Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2020-05-28 00:08:37 +00:00
parent 47579e24f3
commit 6985123d92
140 changed files with 1595 additions and 841 deletions

View File

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