D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

CommentInputBean Data Type

Generic input bean for methods that allow to comment posts

Properties
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" : "..."
}