OBJECT

UpdateWebhookV2Reply

Description

The reply for an update webhook request.

link GraphQL Schema definition

  • type UpdateWebhookV2Reply {
  • # Captures details of error encountered within the system.
  • errorInfo: WebhookErrorInfo
  • # Webhook configuration.
  • webhook: WebhookV2
  • }

link Require by