Update a Workflow Action Webhook
PUT {{base_url}}/Workflow/dlgWorkflowActionWebhook/:ActionID
Use this endpoint to update the details of a web service on a workflow by specifying the action ID.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"ActionID":"123asd456fgh123hjk","WebhookURL":"Test","AuthUsername":"Ann","AuthPassword":"********************","ClientID":"123","ClientSecret":"********************","RetryCount":7,"Timeout":5,"RunAfterSave":"N"}]