Github user ahgittin commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/810#discussion_r140721215 --- Diff: rest/rest-api/src/main/java/org/apache/brooklyn/rest/api/CatalogApi.java --- @@ -153,6 +153,9 @@ public Response createFromUpload( @QueryParam("forceUpdate") @DefaultValue("false") boolean forceUpdate); + /** @deprecated since 0.13.0 delete the bundle via DELETE /catalog/bundles/xxx */ + // but we will probably keep this around for a while as many places use it + @Deprecated --- End diff -- agree
---