Skip to content

Commit 413e56c

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@72093403.
1 parent 1f8a650 commit 413e56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

segment_public_api/models/list_audience_search_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ListAudienceSearchInput(BaseModel):
2727
Search criteria input for list audience consumers. # noqa: E501
2828
"""
2929
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.")
3131
__properties = ["type", "query"]
3232

3333
@validator('type')

0 commit comments

Comments
 (0)