action gitlab_get_v3_groups_id_notification_settings { label: "Get group level notification level settings, defaults to Global" description: "This feature was introduced in GitLab 8.12" provider: gitlab method: GET path: "/v3/groups/{id}/notification_settings" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }