Class ContentPropertyResource

java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.ContentPropertyResource

@PublicApi @Consumes("application/json") @Produces("application/json") @Path("/content/{id}/property") public class ContentPropertyResource extends Object

A REST resource for manipulating content properties.

Content properties are a key / value store of properties attached to a piece of Content. The key is a string, and the value is a JSON object.

Since:
5.6