Webhook aktualisieren

Die Einstellungen für einen bestimmten Webhook über seine ID aktualisieren

Authentifizierung

AuthorizationBearer

Bearer-Authentifizierung der Form Bearer <token>, wobei token Ihr Auth-Token ist.

Pfadparameter

hook_idstringErforderlichFormat: "uuid"
Webhook ID

Anfrage

Webhook to create or update
namestringErforderlich
Name of the Webhook
urlstringErforderlich
HTTPS endpoint to delivery events to
eventslist of stringsOptional

Antwort

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

Fehler

401
Unauthorized Error
404
Not Found Error