Skip to content

Commit c3d41d1

Browse files
fix: openapi-spec
1 parent 3af57b6 commit c3d41d1

File tree

1 file changed

+8
-10
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+8
-10
lines changed

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16511,11 +16511,9 @@ components:
1651116511
format: uuid
1651216512
title: Templateid
1651316513
accessRights:
16514-
anyOf:
16515-
- additionalProperties:
16516-
$ref: '#/components/schemas/FunctionGroupAccessRightsGet'
16517-
type: object
16518-
- type: 'null'
16514+
additionalProperties:
16515+
$ref: '#/components/schemas/FunctionGroupAccessRightsGet'
16516+
type: object
1651916517
title: Accessrights
1652016518
thumbnail:
1652116519
anyOf:
@@ -16534,6 +16532,7 @@ components:
1653416532
- creationDate
1653516533
- lastChangeDate
1653616534
- templateId
16535+
- accessRights
1653716536
title: RegisteredProjectFunctionGet
1653816537
RegisteredSolverFunctionGet:
1653916538
properties:
@@ -16593,11 +16592,9 @@ components:
1659316592
pattern: ^(0|[1-9]\d*)(\.(0|[1-9]\d*)){2}(-(0|[1-9]\d*|\d*[-a-zA-Z][-\da-zA-Z]*)(\.(0|[1-9]\d*|\d*[-a-zA-Z][-\da-zA-Z]*))*)?(\+[-\da-zA-Z]+(\.[-\da-zA-Z-]+)*)?$
1659416593
title: Solverversion
1659516594
accessRights:
16596-
anyOf:
16597-
- additionalProperties:
16598-
$ref: '#/components/schemas/FunctionGroupAccessRightsGet'
16599-
type: object
16600-
- type: 'null'
16595+
additionalProperties:
16596+
$ref: '#/components/schemas/FunctionGroupAccessRightsGet'
16597+
type: object
1660116598
title: Accessrights
1660216599
thumbnail:
1660316600
anyOf:
@@ -16617,6 +16614,7 @@ components:
1661716614
- lastChangeDate
1661816615
- solverKey
1661916616
- solverVersion
16617+
- accessRights
1662016618
title: RegisteredSolverFunctionGet
1662116619
ReplaceWalletAutoRecharge:
1662216620
properties:

0 commit comments

Comments
 (0)