<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I've been looking at the endpoints of the push server a little more since coding the Admin UI, and i see that for "updates" and "deletes", the response is "no content"<div><br></div><div>for example:</div><div><a href="https://github.com/aerogear/aerogear-unified-push-server/blob/master/src/main/java/org/jboss/aerogear/connectivity/rest/registry/applications/PushApplicationEndpoint.java#L117">https://github.com/aerogear/aerogear-unified-push-server/blob/master/src/main/java/org/jboss/aerogear/connectivity/rest/registry/applications/PushApplicationEndpoint.java#L117</a></div><div><br></div><div><br></div><div>I wasn't sure what we should be returning here.</div><div><br></div><div>I'd imagine for update we would want to return the update entity</div><div><br></div><div>but what about for delete? In the case of deleting a "Push Application", should we return the new list of Push Applications?</div><div><br></div><div><br></div><div>thoughts?</div></body></html>