FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateWebHook Method

Updates the web hook.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool updateWebHook(
	string webHookID,
	string eventDefID,
	string webHookURL,
	string webHookAuthKey
)
Public Function updateWebHook ( _
	webHookID As String, _
	eventDefID As String, _
	webHookURL As String, _
	webHookAuthKey As String _
) As Boolean
public:
bool^ updateWebHook(
	String^ webHookID, 
	String^ eventDefID, 
	String^ webHookURL, 
	String^ webHookAuthKey
)

Parameters

webHookID
Type: String
The web hook identifier.
eventDefID
Type: String
The event definition identifier.
webHookURL
Type: String
The web hook URL.
webHookAuthKey
Type: String
The web hook authentication key.

Return Value

true if XXXX, false otherwise.