We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945f231 commit 5e3f9f6Copy full SHA for 5e3f9f6
services/web/server/src/simcore_service_webserver/functions/_controller/_functions_rest.py
@@ -119,7 +119,7 @@ async def list_functions(request: web.Request) -> web.Response:
119
TypeAdapter(RegisteredProjectFunctionGet).validate_python(
120
function.model_dump(mode="json")
121
| {
122
- "accessRights": await _functions_service.get_function_user_permissions(
+ "access_rights": await _functions_service.get_function_user_permissions(
123
request.app,
124
user_id=req_ctx.user_id,
125
function_id=function.uid,
0 commit comments