Skip to content

Commit 39dc990

Browse files
kenancakirJohnVillalovos
authored andcommitted
feat(hooks): support custom webhook template on project hooks
1 parent 00e3802 commit 39dc990

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gitlab/v4/objects/hooks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class ProjectHookManager(CRUDMixin[ProjectHook]):
6060
"wiki_page_events",
6161
"enable_ssl_verification",
6262
"token",
63+
"custom_webhook_template",
6364
),
6465
)
6566
_update_attrs = RequiredOptional(
@@ -76,6 +77,7 @@ class ProjectHookManager(CRUDMixin[ProjectHook]):
7677
"wiki_events",
7778
"enable_ssl_verification",
7879
"token",
80+
"custom_webhook_template",
7981
),
8082
)
8183

0 commit comments

Comments
 (0)