Skip to content

Commit 7ac8a77

Browse files
committed
Merge branch 'is1905/add-new-fuctions-rest-api-endpoints' of github.com:giancarloromeo/osparc-simcore into enh/connect-functions-browser
2 parents 6c4d59c + 5e3f9f6 commit 7ac8a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/functions/_controller/_functions_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async def list_functions(request: web.Request) -> web.Response:
119119
TypeAdapter(RegisteredProjectFunctionGet).validate_python(
120120
function.model_dump(mode="json")
121121
| {
122-
"accessRights": await _functions_service.get_function_user_permissions(
122+
"access_rights": await _functions_service.get_function_user_permissions(
123123
request.app,
124124
user_id=req_ctx.user_id,
125125
function_id=function.uid,

0 commit comments

Comments
 (0)