Updates an existing webhook subscription's signing configuration.This modifies fields related to the signature of an existing webhook subscription.
Changes may take up to half an hour to take effect.
Arguments
| Name | Description |
|---|---|
UpdateWebhookSubscriptionSigningConfiguration_SubscriptionInput! | The details of the webhook subscription to be updated. |
Result
UpdateWebhookSubscriptionSigningConfigurationPayload| Name | Description |
|---|---|
WebhookSubscription! | The details of the updated webhook subscription. |
Sample
GraphQL
CopyGraphQL Explorer
mutation ($input: UpdateWebhookSubscriptionSigningConfigurationInput!) {
updateWebhookSubscriptionSigningConfiguration(input: $input) {
webhookSubscription {
hirerId {
value
}
id {
value
}
schemeId
}
}
}