UpdateWebhook

void UpdateWebhook(FString WebhookId, const FVyUpdateWebhookRequest& Params, const FVyOnUpdateWebhookComplete& OnComplete) const;

Parameters

WebhookId

FString

This is the `ID` of the webhook you want to update.

Params

Parameters for this operation (FVyUpdateWebhookRequest)

OnComplete

FVyOnUpdateWebhookComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnUpdateWebhookComplete) Contains a FVyWebhookDto response type

Last updated