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
Copy file name to clipboardExpand all lines: segment_public_api/models/list_audience_search_input.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ class ListAudienceSearchInput(BaseModel):
27
27
Search criteria input for list audience consumers. # noqa: E501
28
28
"""
29
29
type: StrictStr=Field(..., description="Field to filter by.")
30
-
query: StrictStr=Field(..., description="Text to match against the selected field (max 255 characters).")
30
+
query: StrictStr=Field(..., description="Text to match against the selected field (max 255 characters). When searching by KEY, a prefix match is used. For all other options, a full wildcard search will be used.")
0 commit comments