There was an error while loading. Please reload this page.
1 parent da14b3f commit 1f6fcddCopy full SHA for 1f6fcdd
1 file changed
api/segments/serializers.py
@@ -25,6 +25,7 @@ class ConditionSerializer(serializers.ModelSerializer[Condition]):
25
class Meta:
26
model = Condition
27
fields = [
28
+ "pk",
29
"operator",
30
"property",
31
"value",
@@ -58,6 +59,7 @@ class _NestedSegmentRuleSerializer(_BaseSegmentRuleSerializer):
58
59
60
model = SegmentRule
61
62
63
"type",
64
"conditions",
65
"delete",
@@ -73,6 +75,7 @@ class SegmentRuleSerializer(_BaseSegmentRuleSerializer):
73
75
74
76
77
78
79
80
"rules",
81
0 commit comments