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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
deleteLabel
(String spaceKey, Long labelId) Deprecated.