Discussion and Message Use Cases
Start a discussion
The simplest way to create a discussion is by defining the subject and text to include. Discussions created this way will be visible to anyone with appropriate permissions. Make a POST to /contents. Here is a JSON example for the body request:
{
"content":
{
"type": "text/html",
"text": "Some interesting text to discuss
"
},
"subject": "New Discussion",
"type": "discussion"
}