/mcp200: Success 400: Invalid Input 400: Parameter Missing 401: Authorization Failure 403: Forbidden 500: Internal Server Error HTTP Response: <ApiErrors> <ApiError> <ErrorType>Invalid Input</ErrorType> <ErrorData>primaryNode</ErrorData> <ErrorMessage>Invalid Primary Node specified for ChatConfig</ErrorMessage> </ApiError> </ApiErrors> Example Failure Response: ChatConfig API Parameters Notes Possible Values Description Type Parameter — Valid URL with https protocol. The primary server node of the chat server. String primaryNode — Valid URL with https protocol. The secondary server node of the chat server. String secondaryNode ChatConfig API Errors Description Error Type Status One of the parameters provided as part of the user input is invalid or not recognized. Invalid Input 400 A required parameter was not provided in the request. Parameter Missing 400 Unauthorized (for example, the user is not yet authenticated in the Web Session). The user is not authorized to use the API (the user is not an administrator). Authorization Failure 401 The user is not authorized to use the API (the user is not an administrator). Forbidden 403 Any runtime exception is caught and responded with this error. Internal Server Error 500 Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 252 Cisco Finesse Configuration APIs ChatConfig API Parameters