Skip to content
Snippets Groups Projects

Expose `vulnerability_events` field in REST integrations API endpoints

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -17,7 +17,7 @@ This API requires an access token with the Maintainer or Owner role.
## List all active integrations
> `vulnerability_events` field [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/131831) in GitLab 16.4.
> `vulnerability_events` field [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/131831) in GitLab 16.5.
Get a list of all active project integrations. The `vulnerability_events` field is only available for GitLab Enterprise Edition.
Loading