Interface ContentBlueprintResource


@Path("/content/blueprint") public interface ContentBlueprintResource
  • Method Details

    • publishLegacyDraft

      @POST @Consumes("application/json") @Produces("application/json") @Path("/instance/{draftId}") javax.ws.rs.core.Response publishLegacyDraft(@PathParam("draftId") String draftId, @QueryParam("status") @DefaultValue("draft") String status, @QueryParam("expand") @DefaultValue("body.storage,history,space,version,ancestors") String expand)
    • publishSharedDraft

      @PUT @Consumes("application/json") @Produces("application/json") @Path("/instance/{draftId}") javax.ws.rs.core.Response publishSharedDraft(@PathParam("draftId") String draftId, @QueryParam("status") @DefaultValue("draft") String status, @QueryParam("expand") @DefaultValue("body.storage,history,space,version,ancestors") String expand)