Skip to content

Add API to update group MR approval settings

Tan Le requested to merge 273544-add-group-mr-approval-settings-update-api into master

🧩 What does this MR do?

This MR adds a RESTful API endpoint to update/create group-level MR approval settings.

This feature is behind a feature flag :group_merge_requess_approval_settings_feature_flag

Implementation

  • Endpoints: PUT /groups/:id/merge_request_approval_setting
  • Permissions: Admin or Owner role
  • EE License: :group_merge_requess_approval_settings (GitLab Premium)

Example request payload:

{
  "allow_author_approval": true
}

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Related to #273544 (closed)

Edited by Tan Le

Merge request reports