You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a rule with the specified object ID doesn't exist, it's created. Otherwise, the existing rule is replaced. To create or update more than one rule, use the [`batch` operation](#tag/Rules/operation/saveRules).
4051
4050
@@ -4061,12 +4060,12 @@ async def save_rule(
4061
4060
:param forward_to_replicas: Whether changes are applied to replica indices.
4062
4061
:type forward_to_replicas: bool
4063
4062
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
4064
-
:return: Returns the deserialized response in a 'UpdatedRuleResponse' result object.
4063
+
:return: Returns the deserialized response in a 'UpdatedAtResponse' result object.
If a rule with the specified object ID doesn't exist, it's created. Otherwise, the existing rule is replaced. To create or update more than one rule, use the [`batch` operation](#tag/Rules/operation/saveRules).
9049
9048
@@ -9059,12 +9058,12 @@ def save_rule(
9059
9058
:param forward_to_replicas: Whether changes are applied to replica indices.
9060
9059
:type forward_to_replicas: bool
9061
9060
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
9062
-
:return: Returns the deserialized response in a 'UpdatedRuleResponse' result object.
9061
+
:return: Returns the deserialized response in a 'UpdatedAtResponse' result object.
0 commit comments