Skip to content

Commit 804525f

Browse files
committed
updates OAS
1 parent f60ca0a commit 804525f

File tree

1 file changed

+22
-17
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+22
-17
lines changed

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

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,9 @@ paths:
611611
get:
612612
tags:
613613
- groups
614+
- users
614615
summary: Get All Group Users
615-
description: Gets users in organization groups
616+
description: Gets users in organization or primary groups
616617
operationId: get_all_group_users
617618
parameters:
618619
- name: gid
@@ -633,6 +634,7 @@ paths:
633634
post:
634635
tags:
635636
- groups
637+
- users
636638
summary: Add Group User
637639
description: Adds a user to an organization group using their username, user
638640
ID, or email (subject to privacy settings)
@@ -659,6 +661,7 @@ paths:
659661
get:
660662
tags:
661663
- groups
664+
- users
662665
summary: Get Group User
663666
description: Gets specific user in an organization group
664667
operationId: get_group_user
@@ -689,6 +692,7 @@ paths:
689692
patch:
690693
tags:
691694
- groups
695+
- users
692696
summary: Update Group User
693697
description: Updates user (access-rights) to an organization group
694698
operationId: update_group_user
@@ -725,6 +729,7 @@ paths:
725729
delete:
726730
tags:
727731
- groups
732+
- users
728733
summary: Delete Group User
729734
description: Removes a user from an organization group
730735
operationId: delete_group_user
@@ -1133,7 +1138,7 @@ paths:
11331138
/v0/me:
11341139
get:
11351140
tags:
1136-
- user
1141+
- users
11371142
summary: Get My Profile
11381143
operationId: get_my_profile
11391144
responses:
@@ -1145,7 +1150,7 @@ paths:
11451150
$ref: '#/components/schemas/Envelope_MyProfileGet_'
11461151
put:
11471152
tags:
1148-
- user
1153+
- users
11491154
summary: Replace My Profile
11501155
description: Use PATCH instead
11511156
operationId: replace_my_profile
@@ -1161,7 +1166,7 @@ paths:
11611166
deprecated: true
11621167
patch:
11631168
tags:
1164-
- user
1169+
- users
11651170
summary: Update My Profile
11661171
operationId: update_my_profile
11671172
requestBody:
@@ -1176,7 +1181,7 @@ paths:
11761181
/v0/me/preferences/{preference_id}:
11771182
patch:
11781183
tags:
1179-
- user
1184+
- users
11801185
summary: Set Frontend Preference
11811186
operationId: set_frontend_preference
11821187
parameters:
@@ -1198,7 +1203,7 @@ paths:
11981203
/v0/me/tokens:
11991204
get:
12001205
tags:
1201-
- user
1206+
- users
12021207
summary: List Tokens
12031208
operationId: list_tokens
12041209
responses:
@@ -1210,7 +1215,7 @@ paths:
12101215
$ref: '#/components/schemas/Envelope_list_MyTokenGet__'
12111216
post:
12121217
tags:
1213-
- user
1218+
- users
12141219
summary: Create Token
12151220
operationId: create_token
12161221
requestBody:
@@ -1229,7 +1234,7 @@ paths:
12291234
/v0/me/tokens/{service}:
12301235
get:
12311236
tags:
1232-
- user
1237+
- users
12331238
summary: Get Token
12341239
operationId: get_token
12351240
parameters:
@@ -1248,7 +1253,7 @@ paths:
12481253
$ref: '#/components/schemas/Envelope_MyTokenGet_'
12491254
delete:
12501255
tags:
1251-
- user
1256+
- users
12521257
summary: Delete Token
12531258
operationId: delete_token
12541259
parameters:
@@ -1264,7 +1269,7 @@ paths:
12641269
/v0/me/notifications:
12651270
get:
12661271
tags:
1267-
- user
1272+
- users
12681273
summary: List User Notifications
12691274
operationId: list_user_notifications
12701275
responses:
@@ -1276,7 +1281,7 @@ paths:
12761281
$ref: '#/components/schemas/Envelope_list_UserNotification__'
12771282
post:
12781283
tags:
1279-
- user
1284+
- users
12801285
summary: Create User Notification
12811286
operationId: create_user_notification
12821287
requestBody:
@@ -1291,7 +1296,7 @@ paths:
12911296
/v0/me/notifications/{notification_id}:
12921297
patch:
12931298
tags:
1294-
- user
1299+
- users
12951300
summary: Mark Notification As Read
12961301
operationId: mark_notification_as_read
12971302
parameters:
@@ -1313,7 +1318,7 @@ paths:
13131318
/v0/me/permissions:
13141319
get:
13151320
tags:
1316-
- user
1321+
- users
13171322
summary: List User Permissions
13181323
operationId: list_user_permissions
13191324
responses:
@@ -1326,7 +1331,7 @@ paths:
13261331
/v0/users/{user_id}:
13271332
get:
13281333
tags:
1329-
- user
1334+
- users
13301335
summary: Get User
13311336
operationId: get_user
13321337
parameters:
@@ -1348,7 +1353,7 @@ paths:
13481353
/v0/users:search:
13491354
post:
13501355
tags:
1351-
- user
1356+
- users
13521357
summary: Search Users
13531358
description: Search among users who are publicly visible to the caller (i.e.,
13541359
me) based on their privacy settings.
@@ -1381,7 +1386,7 @@ paths:
13811386
/v0/admin/users:search:
13821387
get:
13831388
tags:
1384-
- user
1389+
- users
13851390
- admin
13861391
summary: Search Users For Admin
13871392
operationId: search_users_for_admin
@@ -1404,7 +1409,7 @@ paths:
14041409
/v0/admin/users:pre-register:
14051410
post:
14061411
tags:
1407-
- user
1412+
- users
14081413
- admin
14091414
summary: Pre Register User For Admin
14101415
operationId: pre_register_user_for_admin

0 commit comments

Comments
 (0)