Zackeus Bengtsson created NIFI-12298:
----------------------------------------
Summary: Lacking form field definitions for Registry API
createExtensionBundleVersion
Key: NIFI-12298
URL: https://issues.apache.org/jira/browse/NIFI-12298
Project: Apache NiFi
Issue Type: Improvement
Components: NiFi Registry
Affects Versions: 1.23.2
Reporter: Zackeus Bengtsson
The current swagger annotations for the
createExtensionBundleVersion function in BucketBundleResource results in the
form parameters for 'file' and 'sha256' being left out of the generated swagger
api defenition for the /buckets/\{bucketId}/bundles/\{bundleType} endpoint.
By adding a
ApiImplicitParams annotation for both these fields, swagger will correctly
interpret these and add them as fields to the endpoint.
When generating swagger clients, this change is required to correctly support
the necessary input arguments
--
This message was sent by Atlassian Jira
(v8.20.10#820010)