Class LegacySpaceResource

java.lang.Object
com.atlassian.confluence.ui.rest.content.LegacySpaceResource

@Deprecated @Path("/space") @Consumes("application/json") @Produces("application/json") public class LegacySpaceResource extends Object
Deprecated.
since 5.10. Use the official REST API that lives in confluence-rest-resources.
  • Constructor Details

    • LegacySpaceResource

      @Inject public LegacySpaceResource(SpaceLabelService spaceLabelService)
      Deprecated.
  • Method Details

    • deleteLabel

      @DELETE @Path("/{key}/label/{labelId}") public javax.ws.rs.core.Response deleteLabel(@PathParam("key") String spaceKey, @PathParam("labelId") Long labelId)
      Deprecated.