andrewmlim commented on a change in pull request #184: NIFIREG-268 Update user guide with upload/download bundle info URL: https://github.com/apache/nifi-registry/pull/184#discussion_r282126119
########## File path: nifi-registry-core/nifi-registry-docs/src/main/asciidoc/user-guide.adoc ########## @@ -363,3 +365,58 @@ image::remove_user_from_group.png["Remove User From Group"] === Other Group Level Actions Editing group names, deleting groups, adding policies to/deleting policies from groups and granting special privileges to groups follow similar procedures described earlier for corresponding user level actions. + +== Manage Bundles + +Bundles can be managed through the REST API. + +=== Upload Bundle + +A bundle can be uploaded to a bucket by making a `POST` request to the following REST end-point: + + /nifi-registry-api/buckets/<bucketId>/bundles/<bundleType> + +Replacing `bucketId` with the id of the bucket where the bundle is being uploaded to, and `bundleType` with the type of bundle being uploaded. Currently the only supported bundle type is a NiFi Archive (NAR) which can be specified as `nifi-nar`. + Review comment: Suggest: Replac**e** `bucketId` with the id of the bucket where the bundle is being uploaded to and `bundleType` with the type of bundle being uploaded. Currently **,** the only supported bundle type is a NiFi Archive (NAR) which can be specified as `nifi-nar`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
