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