Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Done
-
0.1.0
-
None
-
None
Description
Currently all the flow end-points are nested under a bucket, like:
/buckets/{bucketId}/flows/{flowId} /buckets/{bucketId}/flows/{flowId}/versions/{version}
The flow identifier is unique across all buckets, so once the flow is create we should be able to support end-points without the bucket id:
/flows/{flowId} /flows/{flowId}/versions/{version}
We still need to look at the bucket and authorize the bucket id when secure, but we'll have the bucket id from retrieving the flow.
Attachments
Issue Links
- links to