Repository: incubator-nifi Updated Branches: refs/heads/NIFI-292 28c2f011f -> a297cd493
NIFI-292: - Consistent formatting. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/07f44d95 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/07f44d95 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/07f44d95 Branch: refs/heads/NIFI-292 Commit: 07f44d95f02f372d27791b0a7ddfc335c08e1e88 Parents: 28c2f01 Author: Matt Gilman <[email protected]> Authored: Fri May 1 14:29:30 2015 -0400 Committer: Matt Gilman <[email protected]> Committed: Fri May 1 14:29:30 2015 -0400 ---------------------------------------------------------------------- .../nifi-framework/nifi-web/nifi-web-api/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/07f44d95/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml index 16084ba..20afb61 100644 --- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml +++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml @@ -56,10 +56,10 @@ <schemes>http,https</schemes> <basePath>/nifi-api</basePath> <info> - <title>NiFi REST API</title> + <title>NiFi Rest Api</title> <version>${project.version}</version> <description> - 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 authorities required to invoke each service.
