package api import "net/http" // HandleUpdateNotifications updates notification settings for a given release func (app *App) HandleUpdateNotificationConfig(w http.ResponseWriter, r *http.Request) { }