Update ruleAsk AIpatch https://router-api.omni.chat/v1/rule/{ruleId}Update parts of a rule by its id.Path ParamsruleIdstringrequiredThe ID of an ruleBody ParamsidstringrequiredUnique ID identifying the rule.namestringrequiredA title to identify the rulepriorityintegerrequiredA numerical value to identify the order in which the rulestatusstringrequiredUsed to enable or disable a rule Can be active, inactive or deleted.conditionsarray of objectsrequiredconditions*ADD objectwalletOffbooleanenumIf active, the rule will be executed even for those calls in the wallet of seller Allowed values: true | falsetruefalseAllowed:truefalsevalidityobjectvalidity objecttransferToobjectrequiredtransferTo objectcreatedAtdate-timeTimestamp indicating the rule created time.updatedAtdate-timeTimestamp indicating the rule update time.deletedAtdate-timeTimestamp indicating the rule deleted time.Responses 200Details about of rule 400Bad Request 401Unauthorized 404Not FoundUpdated 7 months ago