action gitlab_get_v3_notification_settings { label: "Get global notification level settings and email, defaults to Participate" description: "This feature was introduced in GitLab 8.12" provider: gitlab method: GET path: "/v3/notification_settings" encoding: json output: { type: "object" additionalProperties: true } }