Skip to content

Commit 8356158

Browse files
committed
update openapi specs
1 parent 6a19215 commit 8356158

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14552,13 +14552,13 @@ components:
1455214552
title: StatusDiagnosticsGet
1455314553
StorageAsyncJobGet:
1455414554
properties:
14555-
job_id:
14555+
jobId:
1455614556
type: string
1455714557
format: uuid
14558-
title: Job Id
14558+
title: Jobid
1455914559
type: object
1456014560
required:
14561-
- job_id
14561+
- jobId
1456214562
title: StorageAsyncJobGet
1456314563
StorageAsyncJobResult:
1456414564
properties:
@@ -14579,10 +14579,10 @@ components:
1457914579
title: StorageAsyncJobResult
1458014580
StorageAsyncJobStatus:
1458114581
properties:
14582-
job_id:
14582+
jobId:
1458314583
type: string
1458414584
format: uuid
14585-
title: Job Id
14585+
title: Jobid
1458614586
progress:
1458714587
$ref: '#/components/schemas/ProgressReport'
1458814588
done:
@@ -14600,7 +14600,7 @@ components:
1460014600
title: Stopped
1460114601
type: object
1460214602
required:
14603-
- job_id
14603+
- jobId
1460414604
- progress
1460514605
- done
1460614606
- started

0 commit comments

Comments
 (0)