PATCH
/
apps
/
{app_id}
/
webhooks
/
{webhook_id}

Path Parameters

app_id
string
required

The ID of the app

webhook_id
string
required

The ID of the webhook

Body

Data to update an existing webhook

events
enum<string>[]

List of events that trigger the webhook

Available options:
record.created,
record.running,
record.completed,
record.failed
url
string

URL to which the webhook will send POST requests

Response

200 - application/json

Detailed information about a webhook

created_at
string | null
required

Timestamp when the webhook was created

events
enum<string>[]
required

List of events that trigger the webhook

Available options:
record.created,
record.running,
record.completed,
record.failed
id
string
required

Unique identifier for the webhook

updated_at
string | null
required

Timestamp when the webhook was last updated

url
string
required

URL to which the webhook will send POST requests