osapi.jive.corev3.ContentBody

An entity representing the body of a content object. An example JSON representation looks like this:

 {
    "type" : "text/html",
    "text" : "<body><p>Some interesting text</p></body>"
    "editable" : "true"
 }

Properties

PropertyTypeMode Description
editableBooleanread-only

Flag indicating if content text is editable.

textStringrequired

The (typically HTML) text of the content object's body.

typeStringoptional

The MIME type of this content object's body (typically text/html).

→ Fields used by update and create operations
→ Fields used only by create operations
→ Fields not used by update or create operations