Skip to content

Commit 0e6a047

Browse files
committed
update OAS
1 parent eb555c9 commit 0e6a047

File tree

1 file changed

+9
-16
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+9
-16
lines changed

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

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,22 +1180,6 @@ paths:
11801180
application/json:
11811181
schema:
11821182
$ref: '#/components/schemas/Envelope_MyProfileGet_'
1183-
put:
1184-
tags:
1185-
- users
1186-
summary: Replace My Profile
1187-
description: Use PATCH instead
1188-
operationId: replace_my_profile
1189-
requestBody:
1190-
content:
1191-
application/json:
1192-
schema:
1193-
$ref: '#/components/schemas/MyProfilePatch'
1194-
required: true
1195-
responses:
1196-
'204':
1197-
description: Successful Response
1198-
deprecated: true
11991183
patch:
12001184
tags:
12011185
- users
@@ -11734,6 +11718,9 @@ components:
1173411718
last_name: Crespo
1173511719
MyProfilePrivacyGet:
1173611720
properties:
11721+
hideUsername:
11722+
type: boolean
11723+
title: Hideusername
1173711724
hideFullname:
1173811725
type: boolean
1173911726
title: Hidefullname
@@ -11742,11 +11729,17 @@ components:
1174211729
title: Hideemail
1174311730
type: object
1174411731
required:
11732+
- hideUsername
1174511733
- hideFullname
1174611734
- hideEmail
1174711735
title: MyProfilePrivacyGet
1174811736
MyProfilePrivacyPatch:
1174911737
properties:
11738+
hideUsername:
11739+
anyOf:
11740+
- type: boolean
11741+
- type: 'null'
11742+
title: Hideusername
1175011743
hideFullname:
1175111744
anyOf:
1175211745
- type: boolean

0 commit comments

Comments
 (0)