Generic input bean for methods that allow to comment posts
| name | data type | constraints | description |
|---|---|---|---|
| text | string | required, max size: 2147483647, min size: 1 | |
| postid | string | required |
Example
{
"text" : "I would like to comment that ...",
"postid" : "..."
}