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.
Parameters
Section titled “Parameters”| Parameter | In | Example |
|---|---|---|
webhookId |
path | 65f1c2a0e1b2c3d4e5f60718 |
Request body
Section titled “Request body”{ "name": "OBS Overlay (updated)", "url": "https://overlay.example.com/hook/v2", "authToken": "new-secret"}