Github user bbende commented on the issue:
https://github.com/apache/nifi-registry/pull/108
@kevdoran ok good to go now, ended up adding all of the GET operations from
BucketFlowResource that could be done without a bucket id...
```
/flows/{flowId}
/flows/{flowId}/versions/{version}
/flows/{flowId}/versions/latest
/flows/{flowId}/versions/latest/metadata
/flows/{flowId}/versions
```---
