updateWebhook()
Home > @gooddata/sdk-backend-spi > IOrganizationNotificationChannelService > updateWebhook
IOrganizationNotificationChannelService.updateWebhook() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Update existing webhook
Signature:
updateWebhook(webhook: IWebhookDefinitionObject): Promise<IWebhookDefinitionObject>;
Parameters
Parameter | Type | Description |
---|---|---|
webhook | IWebhookDefinitionObject | definition of the webhook |
Returns:
Promise<IWebhookDefinitionObject>
Promise resolved when the webhook is updated.