Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 931 Bytes

File metadata and controls

23 lines (11 loc) · 931 Bytes

UpdateWebhookEndpointByIdRequest

Properties

Name Type Description Notes
subscribedEvents List<WebhookEventType> The new event types you want to subscribe to for this webhook endpoint. You can call Get webhook event types to retrieve all available event types. [optional]
status StatusEnum The new status you want to set the webhook endpoint to. If you set `status` to `STATUS_INACTIVE`, the endpoint will be revoked, meaning it will no longer receive any webhook events. [optional]
description String The webhook endpoint description. [optional]

Enum: StatusEnum

Name Value
STATUS_INACTIVE "STATUS_INACTIVE"