Update a flowAsk AIput https://api.indigitall.com/v2/pathbot/{appId}/flows/{flowId}Updates a flow by its unique flow ID.Path ParamsappIdintegerrequiredThe unique identifier for the new application.flowIdintegerrequiredThe unique identifier for the new flow.Body Paramsnamestringlength ≤ 50The name of the flow.descriptionstringlength ≤ 10000The description of the flow.recursionLimitint64Defaults to 15The maximum number of times a flow can be executed.welcomeResponseobjectwelcomeResponse objectsemaphoreResponseobjectsemaphoreResponse objectguardrailsResponseobjectguardrailsResponse objectbannedResponseobjectbannedResponse objectcostErrorResponseobjectcostErrorResponse objectappErrorResponseobjectappErrorResponse objectstateobjectThe state of the flow.state objectenabledbooleanFlag indicating whether the flow is enabled.truetruefalseisDevbooleanFlag indicating whether the flow is a development flow.truetruefalseforceErrorResponsebooleanFlag indicating whether to force an error response.falsetruefalseapplicationIdint64Unique identifier for the application.flowTemplateIdint64Unique identifier for the flow template.actionTriggerarray of objects | nullactionTriggerADD objectconfigobject | nullThe configuration for the flow.config object | nullnodeConfigIdsarray of uuidsnodeConfigIdsADD uuidResponses 200Flow updated 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