Skip to content

Commit f46e52e

Browse files
committed
fixes
1 parent 3a4d800 commit f46e52e

File tree

1 file changed

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

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7768,6 +7768,19 @@ components:
77687768
additionalProperties: false
77697769
type: object
77707770
title: EmptyModel
7771+
EnvelopeE_ErrorGet_:
7772+
properties:
7773+
error:
7774+
anyOf:
7775+
- $ref: '#/components/schemas/ErrorGet'
7776+
- type: 'null'
7777+
data:
7778+
anyOf:
7779+
- {}
7780+
- type: 'null'
7781+
title: Data
7782+
type: object
7783+
title: EnvelopeE[ErrorGet]
77717784
Envelope_AppStatusCheck_:
77727785
properties:
77737786
data:

0 commit comments

Comments
 (0)