diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml index d6b2971a87..f2e01dc8f8 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml @@ -59,7 +59,7 @@ com.github.kongchen swagger-maven-plugin - 3.1.5 + 3.1.7 compile @@ -78,10 +78,10 @@ /nifi-api - NiFi Rest Api + NiFi Rest API ${project.version} - The Rest Api provides programmatic access to command and control a NiFi instance in real time. Start and + The Rest API provides programmatic access to command and control a NiFi instance in real time. Start and stop processors, monitor queues, query provenance data, and more. Each endpoint below includes a description, definitions of the expected input and output, potential response codes, and the authorizations required to invoke each service. diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/templates/index.html.hbs b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/templates/index.html.hbs index 22c9f7a416..4ce9d5653d 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/templates/index.html.hbs +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/templates/index.html.hbs @@ -447,6 +447,7 @@ organizeEndpoints('/labels', $('#label-endpoints')); organizeEndpoints('/access', $('#access-endpoints')); organizeEndpoints('/flow', $('#flow-endpoints')); + organizeEndpoints('/parameter-contexts', $('#parameter-context-endpoints')); organizeEndpoints('/provenance-events', $('#provenance-event-endpoints')); organizeEndpoints('/provenance', $('#provenance-endpoints')); organizeEndpoints('/tenants', $('#tenant-endpoints')); @@ -524,6 +525,14 @@ +
+
+ +
Manage Parameter Contexts and associated validation
+
+
+ +