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>" }
Fields
Field | Type | Mode † | Description |
---|---|---|---|
editable | Boolean | read-only | |
text | String | required | The (typically HTML) text of the content object's body. |
type | String | optional | The MIME type of this content object's body (typically |