diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-11-29 13:57:42 +0000 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-11-29 14:11:08 +0000 |
commit | 0e0e352ac7eec4f5e0b5e42b5d42927c7639f078 (patch) | |
tree | 2825c81176d64ad77d93e93ab2f635b42de04ae6 /docs/api/swagger/openapi-datajob.yaml | |
parent | cd485287b10cdd407ec9f6cba6abb29ff3a95bfc (diff) |
Release notes and version update
- updated the latest cps released version i.e 3.5.5 in dmi-plugin POMs.
- Updated the release notes and syncd the openapi files
Issue-ID: CPS-2489
Change-Id: I1614a1d5fb903f1af19ca4cb6e8e372d0445bb6f
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'docs/api/swagger/openapi-datajob.yaml')
-rw-r--r-- | docs/api/swagger/openapi-datajob.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/api/swagger/openapi-datajob.yaml b/docs/api/swagger/openapi-datajob.yaml index ef435f54..e5a55026 100644 --- a/docs/api/swagger/openapi-datajob.yaml +++ b/docs/api/swagger/openapi-datajob.yaml @@ -17,6 +17,7 @@ paths: parameters: - description: The destination of the results (Kafka topic name or s3 bucket name) + explode: true in: query name: destination required: true @@ -50,6 +51,7 @@ paths: parameters: - description: The destination of the results (Kafka topic name or s3 bucket name) + explode: true in: query name: destination required: true @@ -137,6 +139,7 @@ paths: style: simple - description: The destination of the results (Kafka topic name or s3 bucket name) + explode: true in: query name: destination required: true @@ -191,6 +194,7 @@ components: style: simple dataProducerIdInQuery: description: Identifier for the data producer + explode: true in: query name: dataProducerId required: true @@ -200,6 +204,7 @@ components: style: form destinationInQuery: description: The destination of the results (Kafka topic name or s3 bucket name) + explode: true in: query name: destination required: true |