Update a webhook

patch/webhooks/{uid}

Path parameters

uidstring required

Request body

namestring required

Webhook name

urlstring uri required

URL to receive webhook events

resource'image' | 'batch' | 'tool_job' | 'workflow_run' | 'animation'

Resource type to trigger on

event'all_events' | 'completed' | 'failed'

Event type to trigger on

status'active' | 'disabled'

Webhook status

Response

Updated webhook

uidstring
namestring
urlstring uri
resource'image' | 'batch' | 'tool_job' | 'workflow_run' | 'animation'
event'all_events' | 'completed' | 'failed'
status'active' | 'disabled'
created_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.