mirror of https://github.com/apache/nifi.git
NIFI-11596 Adjusting Swagger contract to cover RegistryClients as possible reference type for Controller Services
This closes #7295 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
921e3d0f2a
commit
007bf3bcec
|
@ -124,7 +124,7 @@ public class ControllerServiceReferencingComponentDTO {
|
|||
*/
|
||||
@ApiModelProperty(
|
||||
value = "The type of reference this is.",
|
||||
allowableValues = "Processor, ControllerService, ReportingTask"
|
||||
allowableValues = "Processor, ControllerService, ReportingTask, FlowRegistryClient"
|
||||
)
|
||||
public String getReferenceType() {
|
||||
return referenceType;
|
||||
|
|
Loading…
Reference in New Issue