INPUT_OBJECT

UpdateWebhookV2Input

Description

The input values for updating the webhook configuration.

link GraphQL Schema definition

  • input UpdateWebhookV2Input {
  • # The ID of the webhook to be updated.
  • id: Int!
  • # Webhook configuration information.
  • payload: WebhookPayload!
  • }

link Require by