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': [
|
'required': [
|
||||||
'event',
|
'event',
|
||||||
'method',
|
'method',
|
||||||
'config'
|
'config',
|
||||||
|
'eventConfig',
|
||||||
],
|
],
|
||||||
'properties': {
|
'properties': {
|
||||||
'event': {
|
'event': {
|
||||||
|
|
Reference in a new issue