-
Bug Report
-
Resolution: Duplicate
-
L3 - Default
-
None
-
None
-
None
-
None
tested on 7.16 alpha 1
DTO in openapi for file uploads is:
```
"MultiFormDeploymentDto": {
"type": "object",
"properties": {
"tenant-id":
,
"deployment-source":
,
"deploy-changed-only":
,
"enable-duplicate-filtering":
,
"deployment-name":
,
"data":
}
}
```
Specially the data prop appears to be wrong. (Did anyone test this? with actual deployments and multiple file?)
see https://swagger.io/docs/specification/describing-request-body/file-upload/
data should be a array as per the "Multiple File Upload" section of the link above.
This is the controller panel for Smart Panels app
OpenAPI Create Deployment: Data property has incorrect configuration for multiple files
-
Bug Report
-
Resolution: Duplicate
-
L3 - Default
-
None
-
None
-
None
-
None
tested on 7.16 alpha 1
DTO in openapi for file uploads is:
```
"MultiFormDeploymentDto": {
"type": "object",
"properties": {
"tenant-id":
,
"deployment-source":
,
"deploy-changed-only":
,
"enable-duplicate-filtering":
,
"deployment-name":
,
"data":
}
}
```
Specially the data prop appears to be wrong. (Did anyone test this? with actual deployments and multiple file?)
see https://swagger.io/docs/specification/describing-request-body/file-upload/
data should be a array as per the "Multiple File Upload" section of the link above.
This is the controller panel for Smart Panels app
- duplicates
-
CAM-13105 With OpenAPI generated clients, unable to deploy multiple resources in the same deployment
-
- Ready
-
- links to