/mcp<ApiErrors> <ApiError> <ErrorData>574</ErrorData> <ErrorType>finesse.api.team.team_assignment_invalid_ team&</ErrorType> <ErrorMessage>HTTP Status code: 404 (Not Found) Api Error Type:finesse.api.team.team_assignment_ invalid_team Error Message: This is not a valid team</ErrorMessage> </ApiError> </ApiErrors> Example Failure Response: Team—Update List of Workflows This API allows an administrator to assign or unassign a list of workflows to a team. If multiple users try to update the workflows for the same team at the same time, the changes made by the last user to update overwrite the changes made by the other users. This list includes all workflows that are assigned to a team. Any workflows that you assign or unassign overwrite the current workflow list. Because the order in which workflows are evaluated is important, the order of the workflows in the list is preserved in the GET method (see Team—Get List of Workflows, on page 325). Note https://<FQDN>/finesse/api/Team/<Id>/workflows URI: https://finesse1.xyz.com/finesse/api/Team/574/Workflows Example URI: Only administrators can use this API. Security Constraints: PUT HTTP Method: Application/XML Content Type: XML Input/Output Format: <Workflows> <Workflow> <uri>/finesse/api/Workflow/123</uri> </Workflow> <Workflow> <uri>/finesse/api/Workflow/456</uri> </Workflow> <Workflow> <uri>/finesse/api/Workflow/789</uri> </Workflow> .... </Workflows> HTTP Request: id (required): The database ID for the team Request Parameters: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 326 Cisco Finesse Configuration APIs Team—Update List of Workflows
