v1

latestOpenAPI 3.0.3AGPL-3.0-or-later2026-07-2687268192.4 KB

Update a webhook by ID

put/webhooks/{id}

Path parameters

idstring uuid required

UUID of the requested object

Request body

callbackstring uri required
eventsstring[] required
enabledboolean required

Response

OK

idstring uuid
callbackstring uri
enabledboolean
failuresinteger
expires_atstring date-time
created_atstring date-time
updated_atstring date-time

Time of last update of the audit log

Example response

{
  "updated_at": "2022-09-14T12:15:09.788784Z"
}