Update a nodeAsk AIput https://api.indigitall.com/v2/pathbot/{appId}/nodes/{nodeId}Updates the configuration of a node by its unique node ID.Path ParamsappIdintegerrequiredThe unique identifier for the new application.nodeIduuidrequiredThe unique identifier for the node.Body ParamsAGENTFRONTRAILSBACKRAILSpromptstringThe prompt of the node.llmModelstringenumThe llm model of the node.gpt-4o-minigpt-4o-minigpt-4ogpt-4.1gpt-4.1-minigemini-2.5gemini-2.5-flashAllowed:gpt-4o-minigpt-4ogpt-4.1gpt-4.1-minigemini-2.5gemini-2.5-flashmaxTokensintegerThe max token of the node.temperaturenumberThe temperature of the node.showSourcesbooleanWhether to show sources.truetruefalsenamestringThe name of the node.descriptionstringThe description of the node.toolIdsarray of uuidsThe ids of the tools.toolIdsADD uuidResponses 200Flow 400The request could not be understood or was missing required parameters. 401Authentication failed or user does not have permissions for the desired action. 403The server understood the request, but refuses to authorize it. 404The requested resource could not be found. 500The server encountered an unexpected condition that prevented it from fulfilling the request. defaultAn unexpected error occurred.Updated 13 days ago