From 35d61c24fc1173cc171f2410c51eaca5b0b3fb22 Mon Sep 17 00:00:00 2001 From: Michael Cooper Date: Tue, 11 May 2021 15:37:51 -0700 Subject: [PATCH] Add `pref` field to prefCompare filter object --- normandy/recipes/filters.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/normandy/recipes/filters.py b/normandy/recipes/filters.py index e1399754..473c63af 100644 --- a/normandy/recipes/filters.py +++ b/normandy/recipes/filters.py @@ -323,6 +323,12 @@ class PrefCompareFilter(BaseFilter): ``preferenceValue`` + .. attribute:: pref + + The preference to change. + + :example: ``fission.experiment.max-origins.qualified`` + .. attribute:: value string, boolean, or number.