Skip to content

Fix missing fields in Discord integration API update endpoint

What does this MR do and why?

This MR has been split from !122943 (closed).

This MR add missing fields in Discord integration update endpoint:

  • notify_only_broken_pipelines
  • branches_to_be_notified
  • all *_events fields

How to set up and validate locally

  1. Try changing the notify_only_broken_pipelines or push_events fields on the /api/v4/projects/$PROJECT_ID/integrations/discord endpoint.

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