Skip to content

Commit c7e1a82

Browse files
committed
updates doc
1 parent 41bb2bf commit c7e1a82

File tree

2 files changed

+3
-2
lines changed
  • packages/models-library/src/models_library/api_schemas_webserver
  • services/web/server/src/simcore_service_webserver/api/v0

2 files changed

+3
-2
lines changed

packages/models-library/src/models_library/api_schemas_webserver/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class UsersSearch(InputSchema):
204204
str,
205205
StringConstraints(strip_whitespace=True, min_length=1, max_length=80),
206206
Field(
207-
description="Search string to match with public usernames and emails",
207+
description="Search string to match with usernames and public profiles (e.g. emails, first/last name)",
208208
alias="match",
209209
),
210210
]

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14696,7 +14696,8 @@ components:
1469614696
maxLength: 80
1469714697
minLength: 1
1469814698
title: Match
14699-
description: Search string to match with public usernames and emails
14699+
description: Search string to match with usernames and public profiles (e.g.
14700+
emails, first/last name)
1470014701
limit:
1470114702
type: integer
1470214703
maximum: 50

0 commit comments

Comments
 (0)