Make eventConfig required in create notification

This commit is contained in:
Silas Sewell 2015-12-03 18:28:07 -05:00
parent ea87905527
commit d28768f792

View file

@ -49,7 +49,8 @@ class RepositoryNotificationList(RepositoryParamResource):
'required': [ 'required': [
'event', 'event',
'method', 'method',
'config' 'config',
'eventConfig',
], ],
'properties': { 'properties': {
'event': { 'event': {