Skip to content

REST API support for GitLab for Slack app integration

What does this MR do and why?

As a part of #364440 (closed), we're enabling GitLab for Slack App in our REST API support.

This MRs, adds suppoort to the REST API, and updates the relevant documentation .

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

  1. Checkout the branch
  2. Try to create a new gitlab-slack-application using the API
    • Verify that new integration can't be created
  3. Try to update already activated integration
    • Verify that update works
  4. Try to active disabled integration
    • Verify that activation doesn't work

Related to #364440 (closed)

Edited by Bojan Marjanovic

Merge request reports