@@ -520,12 +520,12 @@ public CompletableFuture<ArbitraryRuleResponse> createCustomAllocationRuleAsync(
520520 * specific tags. Requires: allocated_by (array of percentage allocations).
521521 *
522522 * <p><strong>Filter Conditions:</strong> - Use <strong>value</strong> for single-value
523- * conditions: "is", "is not", "contains", "does not contain", " =", "!=", "like", "not like", "is
524- * all values", "is untagged" - Use <strong>values</strong> for multi-value conditions: "in", "not
525- * in" - Cannot use both value and values simultaneously.
523+ * conditions: "is", "is not", "contains", "=", "!=", "like", "not like" - Use
524+ * <strong>values</strong> for multi-value conditions: "in", "not in" - Cannot use both value and
525+ * values simultaneously.
526526 *
527- * <p><strong>Supported operators</strong>: is, is not, is all values, is untagged, contains, does
528- * not contain, in, not in, =, !=, like, not like
527+ * <p><strong>Supported operators</strong>: is, is not, contains, in, not in, =, !=, like, not
528+ * like
529529 *
530530 * @param body (required)
531531 * @return ApiResponse<ArbitraryRuleResponse>
@@ -4383,12 +4383,12 @@ public CompletableFuture<ArbitraryRuleResponse> updateCustomAllocationRuleAsync(
43834383 * <strong>USAGE_METRIC</strong>: Allocates based on usage metrics (implementation varies).
43844384 *
43854385 * <p><strong>Filter Conditions:</strong> - Use <strong>value</strong> for single-value
4386- * conditions: "is", "is not", "contains", "does not contain", " =", "!=", "like", "not like", "is
4387- * all values", "is untagged" - Use <strong>values</strong> for multi-value conditions: "in", "not
4388- * in" - Cannot use both value and values simultaneously.
4386+ * conditions: "is", "is not", "contains", "=", "!=", "like", "not like" - Use
4387+ * <strong>values</strong> for multi-value conditions: "in", "not in" - Cannot use both value and
4388+ * values simultaneously.
43894389 *
4390- * <p><strong>Supported operators</strong>: is, is not, is all values, is untagged, contains, does
4391- * not contain, in, not in, =, !=, like, not like
4390+ * <p><strong>Supported operators</strong>: is, is not, contains, in, not in, =, !=, like, not
4391+ * like
43924392 *
43934393 * @param ruleId The unique identifier of the custom allocation rule (required)
43944394 * @param body (required)
0 commit comments