It looks like there is no way to "GET" a list/one instance other than getting a particular variant and then looking at the instance array.
was thinking this could/should go in the corresponding VariantEndpoint.java file
ex: /application/
{pushAppId}/{variantType}/{variantId}/instance(s)
and /application/{pushAppId}
/
{variantType}
/
{variantId}
/instance/
{instanceId}
should we reopen?
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
It looks like there is no way to "GET" a list/one instance other than getting a particular variant and then looking at the instance array.
was thinking this could/should go in the corresponding VariantEndpoint.java file
ex: /application/
{pushAppId}/{variantType}/{variantId}/instance(s)and /application/{pushAppId}
/
{variantType}/
{variantId}/instance/
{instanceId}should we reopen?