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

PostInputBean Data Type

Generic input bean for methods that allow to write posts

Properties
name data type constraints description
text string required, max size: 2147483647, min size: 1
preview_title string  
preview_description string  
preview_host string  
preview_url string  
image_url string  
enable_notification boolean required boolean
params string  

Example

{
  "text" : "...",
  "preview_title" : "...",
  "preview_description" : "...",
  "preview_host" : "...",
  "preview_url" : "...",
  "image_url" : "...",
  "enable_notification" : true,
  "params" : "..."
}