From 20844326f3eb42692bed0034f726b9bb8a23625e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Guerraz Date: Mon, 26 Feb 2018 18:35:04 +0100 Subject: align "confidential issues events" implementation with "issues events" one --- lib/api/entities.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/api/entities.rb') diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 167878ba600..c88fcf9472e 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -71,7 +71,7 @@ module API end class ProjectHook < Hook - expose :project_id, :issues_events + expose :project_id, :issues_events, :confidential_issues_events expose :note_events, :pipeline_events, :wiki_page_events expose :job_events end -- cgit v1.2.1