GitLab MCP Server

by rifqi96
Verified

gitlab_update_webhook

Modify an existing webhook in GitLab MCP Server by updating its URL, events, and settings to ensure accurate and secure integration with external systems.

Instructions

Update an existing webhook

Input Schema

NameRequiredDescriptionDefault
enable_ssl_verificationNoEnable SSL verification for the webhook
issues_eventsNoTrigger webhook for issues events
merge_requests_eventsNoTrigger webhook for merge request events
project_idYesThe ID or URL-encoded path of the project
push_eventsNoTrigger webhook for push events
tokenNoSecret token to validate received payloads
urlYesThe webhook URL
webhook_idYesThe ID of the webhook

Input Schema (JSON Schema)

{ "properties": { "enable_ssl_verification": { "description": "Enable SSL verification for the webhook", "type": "boolean" }, "issues_events": { "description": "Trigger webhook for issues events", "type": "boolean" }, "merge_requests_events": { "description": "Trigger webhook for merge request events", "type": "boolean" }, "project_id": { "description": "The ID or URL-encoded path of the project", "type": "string" }, "push_events": { "description": "Trigger webhook for push events", "type": "boolean" }, "token": { "description": "Secret token to validate received payloads", "type": "string" }, "url": { "description": "The webhook URL", "type": "string" }, "webhook_id": { "description": "The ID of the webhook", "type": "number" } }, "required": [ "project_id", "webhook_id", "url" ], "type": "object" }
ID: 7phkmkcd67