...
Code Block | ||
---|---|---|
| ||
mutation { updateWebhookSubscription( webhookSubscription: { id: "wMtvO+6DUTQZomQK8MP0Ppsip6hiuTe1TIihz7iadkk=" disabled: false } ) { errors { field message } webhookSubscription { id } } } |
JSON response
Code Block | ||
---|---|---|
| ||
{ "data": { "updateWebhookSubscription": { "errors": [], "webhookSubscription": { "id": "wMtvO+6DUTQZomQK8MP0Ppsip6hiuTe1TIihz7iadkk=" } } } } |
...