TodoDetailTextEntry Data Type

Properties
name data type constraints description
text string  
html boolean required
Properties inherited from TodoDetailEntry
detailType TodoDetailEntryType  
Properties inherited from BaseEntryId
id number   Die eindeutige Id des Eintrags

Example

{
  "text" : "...",
  "html" : true,
  "detailType" : "NOTINITIALIZED",
  "id" : 12345
}