Update an application.Ask AIput https://api.indigitall.com/v2/pathbot/{appId}/configurationUpdates the configuration of an application by its unique application ID.Path ParamsappIdint64requiredThe unique identifier for the new application.Body ParamsnamestringThe name of the application.llmAccountConfigobjectThe configuration for the LLM account as a dictionary.llmAccountConfig objectoverwriteLlmbooleanFlag indicating whether to overwrite the LLM configuration. If true, this application's LLM configuration will overwrite any globally defined default LLM configuration.truetruefalsealertEmailsarray of stringsA list of email addresses to notify when an alert is triggered.alertEmailsADD stringsttEnabledbooleanFlag to enable or disable Speech-to-Text (STT) services.truetruefalseenabledbooleanFlag indicating whether the application is enabled.truetruefalsecostSettingsobjectInitial cost settings for the application.costSettings objectResponses 200Application updated successfully 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