McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 267

↗ View in doc context
page
267
source
finesse/v12.5/developer-guide/developer-guide.md
chunk_id
finesse::v12.5::developer-guide::developer-guide::251

XML Input/Output Format: — HTTP Request: 200: Success 401: Unauthorized 403: Forbidden 500: Internal Server Error HTTP Response: <ChatConfig> <primaryNode></primaryNode> <secondaryNode></secondaryNode> <uri></uri> </ChatConfig> Example Response: <ApiErrors> <ApiError> <ErrorType>Authorization Failure</ErrorType> <ErrorMessage>UNAUTHORIZED</ErrorMessage> <ErrorData>jsmith</ErrorData> </ApiError> </ApiErrors> Example Failure Response: ChatConfig—Set This API allows an administrator to configure the desktop chat server settings. https://<FQDN>/finesse/api/ChatConfig URI: https://finesse1.xyz.com/finesse/api/ChatConfig Example URI: Only administrators can use this API. Security Constraints: PUT HTTP Method: Application/XML Content Type: XML Input/Output Format: <ChatConfig> <primaryNode>https://finessecup.xyz.com/httpbinding</primaryNode> <secondaryNode>https://finessecup2.xyz.com/httpbinding</secondaryNode> </ChatConfig> HTTP Request: primaryNode (optional): Primary node of the desktop chat server. secondaryNode (optional): The secondary node of the desktop chat server. Request Parameters: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 251 Cisco Finesse Configuration APIs ChatConfig—Set