File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/models-library/src/models_library/api_schemas_catalog Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ class ServiceUpdate(ServiceMetaDataEditable, ServiceAccessRights):
113113_EXAMPLE_FILEPICKER_V2 = {
114114 ** _EXAMPLE_FILEPICKER ,
115115 "accessRights" : {
116- "1" : { " execute" : True , " write" : False } ,
117- "4" : { " execute" : True , " write" : True } ,
116+ "1" : ServiceGroupAccessRightsV2 ( execute = True , write = False ) ,
117+ "4" : ServiceGroupAccessRightsV2 ( execute = True , write = True ) ,
118118 },
119119}
120120
@@ -126,7 +126,7 @@ class ServiceUpdate(ServiceMetaDataEditable, ServiceAccessRights):
126126 "description_ui" : True ,
127127 "classifiers" : [],
128128 "quality" : {},
129- "accessRights" : {"1" : { " execute" : True , " write" : False } },
129+ "accessRights" : {"1" : ServiceGroupAccessRightsV2 ( execute = True , write = False ) },
130130 "key" : "simcore/services/comp/itis/sleeper" ,
131131 "version" : "2.2.1" ,
132132 "version_display" : "2 Xtreme" ,
You can’t perform that action at this time.
0 commit comments