File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
services/web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12828,7 +12828,6 @@ components:
1282812828 type: string
1282912829 maxLength: 100
1283012830 minLength: 1
12831- pattern: ^[A-Za-z0-9 ._-]+$
1283212831 title: Name
1283312832 parentFolderId:
1283412833 anyOf:
@@ -12920,7 +12919,6 @@ components:
1292012919 type: string
1292112920 maxLength: 100
1292212921 minLength: 1
12923- pattern: ^[A-Za-z0-9 ._-]+$
1292412922 title: Name
1292512923 parentFolderId:
1292612924 anyOf:
@@ -18965,7 +18963,7 @@ components:
1896518963 type: string
1896618964 maxLength: 200
1896718965 minLength: 1
18968- pattern: ^[A-Za-z0-9 ._-]*$
18966+ pattern: ^[A-Za-z0-9 ._@ -]*$
1896918967 title: Match
1897018968 description: Search string to match with usernames and public profiles (e.g.
1897118969 emails, first/last name)
You can’t perform that action at this time.
0 commit comments