Interface SystemFlagsV1Api
@Path("/system-flags/v1")
public interface SystemFlagsV1Api
- Author:
- bjorncs
-
Method Summary
Modifier and TypeMethodDescriptiondeploy(InputStream inputStream) dryrun(InputStream inputStream)
-
Method Details
-
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)
-