Skip to main content
Using TypeScript? Check out our GraphQL SDK for a fully typed client.
Update an existing webhook target β€” for example to change the URL, pause deliveries by setting isEnabled to false, change which events are delivered, or move to a newer schema version. Field-level wrapper inputs apply for scalar fields β€” pass { "value": ... } for the fields you want to change. eventSubscriptions is the exception: it’s a full replacement of the previous list, so include every event type the target should subscribe to.
Mutation
Variables