OBJECT

UpdateWebhookStatusReply

Description

The reply from updating the webhook status request.

link GraphQL Schema definition

  • type UpdateWebhookStatusReply {
  • # Captures details of errors encountered within the system.
  • errorInfo: WebhookErrorInfo
  • # True if the webhook status was successfully updated.
  • isSuccessful: Boolean!
  • }

link Require by