Update webhook

Update the settings for a given Webhook via its ID

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

hook_idstringRequiredformat: "uuid"
Webhook ID

Request

Webhook to create or update
namestringRequired
Name of the Webhook
urlstringRequired
HTTPS endpoint to delivery events to
eventslist of stringsOptional

Response

Webhook success response
account_idstringOptionalformat: "uuid"
activebooleanOptional
app_idstringOptionalformat: "uuid"
deleted_atstringOptionalformat: "date-time"
eventslist of enumsOptional
idstringOptionalformat: "uuid"
inserted_atstringOptionalformat: "date-time"
namestringOptional
project_idstringOptionalformat: "uuid"
secretstringOptional
teamobjectOptional
team_idstringOptionalformat: "uuid"
updated_atstringOptionalformat: "date-time"
urlstringOptional

Errors

401
Unauthorized Error
404
Not Found Error