Zum Inhalt springen

PUT/webhooks/:webhookId

Auch genannt: Benachrichtigung

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Update an existing webhook. Same body shape as create. Requests for webhooks not owned by the API token user are silently ignored.

Parameter In Example
webhookId path 65f1c2a0e1b2c3d4e5f60718
{
"name": "OBS Overlay (updated)",
"url": "https://overlay.example.com/hook/v2",
"authToken": "new-secret"
}