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 SummaryConstructors 
- 
Method Summary
jakarta.ws.rs.core.Response
   jakarta.ws.rs.core.Response
   
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
- 
Method Details
- 
add@POST
@Path("/{labelName}")
public jakarta.ws.rs.core.Response add(@PathParam("spaceKey")
 String spaceKey,
 @PathParam("labelName")
 String labelName) 
- 
removeCategory@DELETE
@Path("/{categoryName}")
public jakarta.ws.rs.core.Response removeCategory(@PathParam("spaceKey")
 String spaceKey,
 @PathParam("categoryName")
 String categoryName)