diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php index 2522a1fdd..69e9bfcd4 100644 --- a/app/controllers/api/projects.php +++ b/app/controllers/api/projects.php @@ -718,7 +718,6 @@ App::put('/v1/projects/:projectId/webhooks/:webhookId') ->label('sdk.response.model', Response::MODEL_WEBHOOK) ->param('projectId', null, new UID(), 'Project unique ID.') ->param('webhookId', null, new UID(), 'Webhook unique ID.') - ->param('name', null, new Text(128), 'Webhook name. Max length: 128 chars.') ->param('events', null, new ArrayList(new WhiteList(array_keys(Config::getParam('events'), true), true)), 'Events list.') ->param('url', null, new URL(), 'Webhook URL.') ->param('security', false, new Boolean(true), 'Certificate verification, false for disabled or true for enabled.') diff --git a/app/views/console/webhooks/index.phtml b/app/views/console/webhooks/index.phtml index f91b68ea5..1c17c8c98 100644 --- a/app/views/console/webhooks/index.phtml +++ b/app/views/console/webhooks/index.phtml @@ -55,9 +55,6 @@ $events = array_keys($this->getParam('events', [])); - - -
@@ -142,7 +139,7 @@ $events = array_keys($this->getParam('events', [])); -   ( events) +   ( events)   (SSL/TLS Disabled) @@ -180,9 +177,6 @@ $events = array_keys($this->getParam('events', [])); - - -