Interface SystemFlagsV1Api
-
@Path("/system-flags/v1") public interface SystemFlagsV1Api- Author:
- bjorncs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WireSystemFlagsDeployResultdeploy(InputStream inputStream)WireSystemFlagsDeployResultdryrun(InputStream inputStream)
-
-
-
Method Detail
-
deploy
@PUT @Produces("application/json") @Consumes("application/zip") @Path("/deploy") WireSystemFlagsDeployResult deploy(InputStream inputStream)
-
dryrun
@PUT @Produces("application/json") @Consumes("application/zip") @Path("/dryrun") WireSystemFlagsDeployResult dryrun(InputStream inputStream)
-
-