UpdateWebhookConfigReq
- descriptionType: string
Optional description for this webhook configuration
- eventType: array string[] · WebhookEventType[]enum
Types Event types to subscribe to
values- workflow
.started - workflow
.failed - workflow
.completed - workflow
.declined - workflow
.voided
- Type: string · WebhookEventTypeenum
Type of webhook event
values- workflow
.started - workflow
.failed - workflow
.completed - workflow
.declined - workflow
.voided
- isType: boolean
Active Whether the webhook is active
- urlType: stringFormat: uri
URL to receive webhook events
