INPUT_OBJECT

UpdateWebhookStatusInput

Description

The input values for updating the webhook status.

link GraphQL Schema definition

  • input UpdateWebhookStatusInput {
  • # The ID of the webhook to be updated.
  • id: Int!
  • # The status of the webhook.
  • status: WebhookStatusV2!
  • }

link Require by