GitHub user kevdoran opened a pull request:
https://github.com/apache/nifi-registry/pull/103
NIFIREG-146 REST API Documentation improvements
Improves the REST API documentation and swagger spec, including:
- Corrects handling of collection response types in REST API docs
- Adds required access policy information in REST API docs
- Adds missing required=true tags to swagger spec
- Adds missing readOnly-true tags to swagger spec
- Adds security definitions to swagger spec
- Corrects VersionedConnection.zIndex field name in swagger spec
Functionality changes:
- Adds authorization check to the getFlowDiff endpoint
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevdoran/nifi-registry NIFIREG-146
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-registry/pull/103.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #103
----
commit 44b32e1abd121dd9e5e32220bfebb13adfba80be
Author: Kevin Doran <kdoran@...>
Date: 2018-02-17T20:56:07Z
NIFIREG-146 REST API Documentation improvements
Improves the REST API documentation and swagger spec, including:
- Corrects handling of collection response types in REST API docs
- Adds required access policy information in REST API docs
- Adds missing required=true tags to swagger spec
- Adds missing readOnly-true tags to swagger spec
- Adds security definitions to swagger spec
- Corrects VersionedConnection.zIndex field name in swagger spec
Functionality changes:
- Adds authorization check to the getFlowDiff endpoint
----
---