File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
services/web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -4540,7 +4540,7 @@ paths:
45404540 ' 403 ' :
45414541 description : ProjectInvalidRightsError
45424542 ' 404 ' :
4543- description : UserDefaultWalletNotFoundError, ProjectNotFoundError
4543+ description : ProjectNotFoundError, UserDefaultWalletNotFoundError
45444544 ' 409 ' :
45454545 description : ProjectTooManyProjectOpenedError
45464546 ' 422 ' :
@@ -11588,29 +11588,29 @@ components:
1158811588 title : ProfileGet
1158911589 ProfilePrivacyGet :
1159011590 properties :
11591- hide_fullname :
11591+ hideFullname :
1159211592 type : boolean
11593- title : Hide Fullname
11594- hide_email :
11593+ title : Hidefullname
11594+ hideEmail :
1159511595 type : boolean
11596- title : Hide Email
11596+ title : Hideemail
1159711597 type : object
1159811598 required :
11599- - hide_fullname
11600- - hide_email
11599+ - hideFullname
11600+ - hideEmail
1160111601 title : ProfilePrivacyGet
1160211602 ProfilePrivacyUpdate :
1160311603 properties :
11604- hide_fullname :
11604+ hideFullname :
1160511605 anyOf :
1160611606 - type : boolean
1160711607 - type : ' null'
11608- title : Hide Fullname
11609- hide_email :
11608+ title : Hidefullname
11609+ hideEmail :
1161011610 anyOf :
1161111611 - type : boolean
1161211612 - type : ' null'
11613- title : Hide Email
11613+ title : Hideemail
1161411614 type : object
1161511615 title : ProfilePrivacyUpdate
1161611616 ProfileUpdate :
@@ -11627,13 +11627,13 @@ components:
1162711627 maxLength : 255
1162811628 - type : ' null'
1162911629 title : Last Name
11630- user_name :
11630+ userName :
1163111631 anyOf :
1163211632 - type : string
1163311633 maxLength : 100
1163411634 minLength : 1
1163511635 - type : ' null'
11636- title : User Name
11636+ title : Username
1163711637 privacy :
1163811638 anyOf :
1163911639 - $ref : ' #/components/schemas/ProfilePrivacyUpdate'
You can’t perform that action at this time.
0 commit comments