/mcpWorkflowAction—Update This API allows an administrator to update an existing workflow action. If the attributes (name, description, TriggerSet, ConditionSet, workflowActions) for the specified workflow do not change, the request does not need to include those attributes. If an attribute is not specified, the current value is retained. However, you must specify at least one attribute in the request. If you only want to change the description of the workflow, you can make the following request: <Workflow> <description>New description</description> </Workflow> If you provide two or more duplicate tags during a PUT, the value of the last duplicate tag is processed and all other duplicate tags are ignored. Note https://<FQDN>/finesse/api/WorkflowAction/<id> URI: https://finesse1.xyz.com/finesse/api/WorkflowAction/769 Example URI: Only administrators can use this API. Security Constraints: PUT HTTP Method: Application/XML Content Type: XML Input/Output Format: <WorkflowAction> ...WorkflowAction Object... </WorkflowAction> HTTP Request: id (required): Maps to the primary key of the workflowAction entry name (required): The name of the workflow action type (required): The type of workflow action handledBy (required): Indicates what handles the action params (required): List of Params for the workflow action actionVariables (required): list of actionVariables for the workflow Request Parameters: 200: Success 400: Bad Request 400: Finesse API Error 401: Authorization Failure 403: Forbidden 404: Not Found 500: Internal Server Error HTTP Response: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 309 Cisco Finesse Configuration APIs WorkflowAction—Update
