provider Webhooks PATCH /webhooks/{webhookId}
@utdk/linear /webhooks/{webhookId}
Update a webhook
Update the configuration of an existing webhook. You can change the URL, secret, enabled status, or the resource types the webhook listens for.
webhookId path required
The unique identifier of the webhook
string

Try it

Authentication
Configure credentials for Linear API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updatewebhook
PATCH/webhooks/{webhookId}
Update the configuration of an existing webhook. You can change the URL, secret, enabled status, or the resource types the webhook listens for.

Parameters

required

The unique identifier of the webhook

Input

New URL for the webhook

New HMAC secret

Enable or disable the webhook

Updated list of resource types to subscribe to

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import linear from '@utdk/linear';

await linear.updatewebhook()