diff --git a/nipyapi/nifi/models/controller_service_referencing_component_dto.py b/nipyapi/nifi/models/controller_service_referencing_component_dto.py index 44619a19..f6aed670 100644 --- a/nipyapi/nifi/models/controller_service_referencing_component_dto.py +++ b/nipyapi/nifi/models/controller_service_referencing_component_dto.py @@ -278,7 +278,7 @@ def reference_type(self, reference_type): :param reference_type: The reference_type of this ControllerServiceReferencingComponentDTO. :type: str """ - allowed_values = ["Processor", "ControllerService", "ReportingTask", "FlowRegistryClient", ] + allowed_values = ["Processor", "ControllerService", "ReportingTask", "FlowRegistryClient", "ParameterProvider", "FlowAnalysisRule", ] if reference_type not in allowed_values: raise ValueError( "Invalid value for `reference_type` ({0}), must be one of {1}"