Skip to content

Add security_and_compliance_access_level to Projects API

Steven Tang requested to merge ytans/gitlab:master into master

What does this MR do and why?

Adds security_and_compliance_access_level to Projects API, so that the Security & Compliance tab can be enabled/disabled via API.
Prior MR which added column: !52551 (merged).

Screenshots or screen recordings

API and documentation changes only.

How to set up and validate locally

Test projects API. Responses should contain security_and_compliance_access_level.
security_and_compliance_access_level can be provided in API body to toggle setting.

Similar prior change for reference: !50023 (merged)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports