File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
services/web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -1352,6 +1352,19 @@ paths:
13521352 application/json :
13531353 schema :
13541354 $ref : ' #/components/schemas/Envelope_list_MyPermissionGet__'
1355+ /v0/me/function-permissions :
1356+ get :
1357+ tags :
1358+ - users
1359+ summary : List User Functions Permissions
1360+ operationId : list_user_functions_permissions
1361+ responses :
1362+ ' 200 ' :
1363+ description : Successful Response
1364+ content :
1365+ application/json :
1366+ schema :
1367+ $ref : ' #/components/schemas/Envelope_MyFunctionPermissionsGet_'
13551368 /v0/users:search :
13561369 post :
13571370 tags :
@@ -10213,6 +10226,19 @@ components:
1021310226 title : Error
1021410227 type : object
1021510228 title : Envelope[LoginNextPage]
10229+ Envelope_MyFunctionPermissionsGet_ :
10230+ properties :
10231+ data :
10232+ anyOf :
10233+ - $ref : ' #/components/schemas/MyFunctionPermissionsGet'
10234+ - type : ' null'
10235+ error :
10236+ anyOf :
10237+ - {}
10238+ - type : ' null'
10239+ title : Error
10240+ type : object
10241+ title : Envelope[MyFunctionPermissionsGet]
1021610242 Envelope_MyGroupsGet_ :
1021710243 properties :
1021810244 data :
@@ -12642,6 +12668,15 @@ components:
1264212668 required :
1264312669 - color
1264412670 title : MarkerUI
12671+ MyFunctionPermissionsGet :
12672+ properties :
12673+ writeFunctions :
12674+ type : boolean
12675+ title : Writefunctions
12676+ type : object
12677+ required :
12678+ - writeFunctions
12679+ title : MyFunctionPermissionsGet
1264512680 MyGroupsGet :
1264612681 properties :
1264712682 me :
You can’t perform that action at this time.
0 commit comments