updateWebhook
public updateWebhook(webhookId: string, reqParams: VyUpdateWebhookRequest) : VyPromise<VyWebhookDto>
Parameters
webhookId
string
This is the `ID` of the webhook you want to update.
Returns
VyPromise<VyWebhookDto>
Last updated
public updateWebhook(webhookId: string, reqParams: VyUpdateWebhookRequest) : VyPromise<VyWebhookDto>
Parameters
webhookId
string
This is the `ID` of the webhook you want to update.
Returns
VyPromise<VyWebhookDto>
Last updated