webhooks

Update webhook

post/api/settings/webhooks/{webhookId}

Path parameters

webhookIdstring required

Request body

urlstring uri
jobSourceIdstring
secretsobject

Secrets of the job started by the webhook, used together with jobSourceId: the source job's own secrets are never copied. On update, listed keys are replaced, an empty value removes a secret, and omitted keys keep their stored value.

domainsstring[] required
secretstring

Response

Updated webhook

Changes