Skip to content

Commit 4512c35

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 65e803d commit 4512c35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/segment/publicapi/models/ListAudienceSearchInput.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ public ListAudienceSearchInput query(String query) {
117117
}
118118

119119
/**
120-
* Text to match against the selected field (max 255 characters).
120+
* Text to match against the selected field (max 255 characters). When searching by KEY, a
121+
* prefix match is used. For all other options, a full wildcard search will be used.
121122
*
122123
* @return query
123124
*/

0 commit comments

Comments
 (0)