Skip to content

Commit 36bd804

Browse files
committed
update openapis
1 parent c1b135c commit 36bd804

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

services/storage/openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "simcore_service_storage",
55
"description": "Service to auto-scale swarm",
6-
"version": "0.5.0"
6+
"version": "0.6.0"
77
},
88
"paths": {
99
"/v0/": {
@@ -2145,6 +2145,7 @@
21452145
"$ref": "#/components/schemas/FileUploadLinks"
21462146
}
21472147
},
2148+
"additionalProperties": false,
21482149
"type": "object",
21492150
"required": [
21502151
"chunk_size",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9508,6 +9508,7 @@ components:
95089508
title: Urls
95099509
links:
95109510
$ref: '#/components/schemas/FileUploadLinks'
9511+
additionalProperties: false
95119512
type: object
95129513
required:
95139514
- chunk_size

0 commit comments

Comments
 (0)