Merge pull request #1028 from coreos-inc/notification-event-config

Make eventConfig required in create notification
This commit is contained in:
Silas Sewell 2015-12-04 14:29:14 -05:00
commit 61b0d732ff

View file

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