Kevin Doran created NIFI-6749:
---------------------------------
Summary: Fix swagger doc error for allowableValues in
ControllerServiceReferencingComponentDTO
Key: NIFI-6749
URL: https://issues.apache.org/jira/browse/NIFI-6749
Project: Apache NiFi
Issue Type: Improvement
Affects Versions: 1.9.2
Reporter: Kevin Doran
Assignee: Kevin Doran
Fix For: 1.10.0
swagger codegen is generating bad values for this class:
def reference_type(self, reference_type):
"""
Sets the reference_type of this
ControllerServiceReferencingComponentDTO.
The type of reference this is.
:param reference_type: The reference_type of this
ControllerServiceReferencingComponentDTO.
:type: str
"""
allowed_values = ["Processor", "ControllerService", "or ReportingTask"]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)