java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.CategoryResource
@Path("/space/{spaceKey}/category")
@Consumes("application/json")
@Produces("application/json")
public class CategoryResource
extends Object
-
Constructor Summary
Constructors
-
Method Summary
javax.ws.rs.core.Response
javax.ws.rs.core.Response
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
add
@POST
@Path("/{labelName}")
public javax.ws.rs.core.Response add(@PathParam("spaceKey")
String spaceKey,
@PathParam("labelName")
String labelName)
-
removeCategory
@DELETE
@Path("/{categoryName}")
public javax.ws.rs.core.Response removeCategory(@PathParam("spaceKey")
String spaceKey,
@PathParam("categoryName")
String categoryName)