Generic input bean for methods that allow to write posts
| name | data type | constraints | description |
|---|---|---|---|
| text | string | required, max size: 2147483647, min size: 1 | |
| preview_description | string | ||
| preview_host | string | ||
| preview_url | string | ||
| image_url | string | param httpimageurl An image url for the preview" | |
| enable_notification | boolean | required boolean | enablenotification If true send a notification to the other vre members about this post |
| params | string | ||
| previewtitle | string |
Example
{
"text" : "Dear vre members, ...",
"preview_description" : "...",
"preview_host" : "...",
"preview_url" : "...",
"image_url" : "...",
"enable_notification" : true,
"params" : "...",
"previewtitle" : "..."
}