Skip to content

Commit e9c998a

Browse files
committed
Brought into spec with GitLab API docs (#352).
1 parent 2f526b6 commit e9c998a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/resources/org/gitlab4j/api/hook.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"url": "http://example.com/hook",
44
"project_id": 3,
55
"push_events": true,
6+
"push_events_branch_filter": "",
67
"issues_events": true,
8+
"confidential_issues_events": true,
79
"merge_requests_events": true,
810
"tag_push_events": true,
911
"note_events": true,
1012
"job_events": true,
11-
"build_events": true,
1213
"pipeline_events": true,
1314
"wiki_page_events": true,
1415
"enable_ssl_verification": true,

0 commit comments

Comments
 (0)