Make eventConfig required in create notification
This commit is contained in:
parent
ea87905527
commit
d28768f792
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ class RepositoryNotificationList(RepositoryParamResource):
|
|||
'required': [
|
||||
'event',
|
||||
'method',
|
||||
'config'
|
||||
'config',
|
||||
'eventConfig',
|
||||
],
|
||||
'properties': {
|
||||
'event': {
|
||||
|
|
Reference in a new issue