Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ public void setState(String state) {
}

/**
* @return type of reference this is (Processor, ControllerService, ParameterProvider, or ReportingTask)
* @return type of reference this is (Processor, ControllerService, ReportingTask, FlowRegistryClient, ParameterProvider, or FlowAnalysisRule)
*/
@Schema(description = "The type of reference this is.",
allowableValues = {"Processor", "ControllerService", "ReportingTask", "FlowRegistryClient"}
allowableValues = {"Processor", "ControllerService", "ReportingTask", "FlowRegistryClient", "ParameterProvider", "FlowAnalysisRule"}
)
public String getReferenceType() {
return referenceType;
Expand Down
Loading