<div dir="ltr"><div><div><div>The variant update endpoint returns a 200 with the updated content, but the docs says it should return a 204 with no Content<br><br></div>i&#39;ve create a JIRA for it,  <a href="https://issues.jboss.org/browse/AGPUSH-1635">https://issues.jboss.org/browse/AGPUSH-1635</a><br><br><br></div>I think PUT&#39;s are suppose to be 204&#39;s, but there might be things relying on the fact that the update returns data,<br><br></div>here is a link to the AndroidVariants update endpoint,  <a href="https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/jaxrs/src/main/java/org/jboss/aerogear/unifiedpush/rest/registry/applications/AndroidVariantEndpoint.java#L142">https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/jaxrs/src/main/java/org/jboss/aerogear/unifiedpush/rest/registry/applications/AndroidVariantEndpoint.java#L142</a><br></div>