Skip to content

Commit 740c551

Browse files
fix: make openapi-spec
1 parent 5e3f9f6 commit 740c551

File tree

1 file changed

+20
-0
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12324,6 +12324,23 @@ components:
1232412324
required:
1232512325
- name
1232612326
title: FolderReplaceBodyParams
12327+
FunctionAccessRights:
12328+
properties:
12329+
read:
12330+
type: boolean
12331+
title: Read
12332+
default: false
12333+
write:
12334+
type: boolean
12335+
title: Write
12336+
default: false
12337+
execute:
12338+
type: boolean
12339+
title: Execute
12340+
default: false
12341+
additionalProperties: false
12342+
type: object
12343+
title: FunctionAccessRights
1232712344
GetProjectInactivityResponse:
1232812345
properties:
1232912346
is_inactive:
@@ -16081,6 +16098,8 @@ components:
1608116098
type: string
1608216099
format: uuid
1608316100
title: Templateid
16101+
accessRights:
16102+
$ref: '#/components/schemas/FunctionAccessRights'
1608416103
thumbnail:
1608516104
anyOf:
1608616105
- type: string
@@ -16095,6 +16114,7 @@ components:
1609516114
- creationDate
1609616115
- lastChangeDate
1609716116
- templateId
16117+
- accessRights
1609816118
title: RegisteredProjectFunctionGet
1609916119
RegisteredSolverFunctionGet:
1610016120
properties:

0 commit comments

Comments
 (0)