Click or drag to resize

WebhookClientUpdate Method

Updates a webhook by id.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void Update(
	string webhookId,
	string name,
	string targetUrl,
	Action<SparkApiEventArgs<Webhook>> completionHandler
)

Parameters

webhookId
Type: SystemString
The identifier of the webhook.
name
Type: SystemString
A user-friendly name for this webhook.
targetUrl
Type: SystemString
The URL that receives POST requests for each event.
completionHandler
Type: SystemActionSparkApiEventArgsWebhook
The completion event handler.
Remarks
Since: 0.1.0
See Also