Skip to content

Commit

Permalink
updates doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Dec 17, 2024
1 parent 818588c commit 5592677
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class UsersSearch(InputSchema):
str,
StringConstraints(strip_whitespace=True, min_length=1, max_length=80),
Field(
description="Search string to match with public usernames and emails",
description="Search string to match with usernames and public profiles (e.g. emails, first/last name)",
alias="match",
),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14696,7 +14696,8 @@ components:
maxLength: 80
minLength: 1
title: Match
description: Search string to match with public usernames and emails
description: Search string to match with usernames and public profiles (e.g.
emails, first/last name)
limit:
type: integer
maximum: 50
Expand Down

0 comments on commit 5592677

Please sign in to comment.