We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24547f5 + e037317 commit 3378527Copy full SHA for 3378527
src/jamf_pro_sdk/models/classic/criteria.py
@@ -44,7 +44,7 @@ class ClassicCriterionSearchType(str, Enum):
44
class ClassicCriterion(BaseModel):
45
"""Classic API criterion. Used by Smart Groups and Advanced Searches."""
46
47
- model_config = ConfigDict(extra="allow")
+ model_config = ConfigDict(extra="allow", use_enum_values=True)
48
49
name: str
50
priority: int
0 commit comments