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:
Bence Simon 2023-05-25 10:56:23 +02:00 committed by exceptionfactory
parent 921e3d0f2a
commit 007bf3bcec
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -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;