Package org.codice.ddf.confluence.api
Interface ContentBlueprintResource
@Path("/content/blueprint")
public interface ContentBlueprintResource
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsepublishLegacyDraft(String draftId, String status, String expand) javax.ws.rs.core.ResponsepublishSharedDraft(String draftId, String status, String expand)
-
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)
-