Both text and html fields of a timeline item render the content of a timeline card. What happens if I populate both timelineItem.text
and timelineItem.html
fields?
e.g.
POST /mirror/v1/timeline HTTP/1.1
Host: www.googleapis.com
Authorization: Bearer {auth token}
Content-Type: application/json
Content-Length: 26
{ "text": "Hello world",
"html": "I am a kitty" }