Update a Workflow Action
PUT {{base_url}}/Workflow?EventID={{string}}&ActionID={{string}}
Use this endpoint to update a single workflow action.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
EventID | string | Required. |
The unique identifier of the workflow event. |
| ActionID | string | | Required.
The unique identifier of the workflow action. |
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