hermannpencole / nifi-swagger-client

Client swagger for nifi with security
Apache License 2.0
38 stars 20 forks source link

getProcessGroups should return type ProcessGroupsEntity rather than ProcessorsEntity #12

Open billryan opened 6 years ago

billryan commented 6 years ago

ProcessGroupsApi.md#getProcessGroups

Now in nifi-swagger-client:1.2.0.1 it return ProcessorsEntity, it should return with new type ProcessGroupsEntity. ProcessGroupsEntity does not exist in client model currently.