prefer constants
This commit is contained in:
parent
d64ad7feae
commit
16553363ab
@ -30,7 +30,7 @@ public interface AppDeploymentsApi {
|
|||||||
|
|
||||||
@GET
|
@GET
|
||||||
@Path("runtime-app-deployment")
|
@Path("runtime-app-deployment")
|
||||||
@Produces({ "application/json" })
|
@Produces({ MediaType.APPLICATION_JSON })
|
||||||
AppDeployment get(
|
AppDeployment get(
|
||||||
@QueryParam("deploymentId") String deploymentId);
|
@QueryParam("deploymentId") String deploymentId);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user