Newer Version Available

This content describes an older version of this product. View Latest

Edit a Comment

Resource
/chatter/comments/commentId
HTTP method
PATCH
Request body
Comment Input
The body property of the Comment Input can be edited.
Request body example
1{   "body":{
2      "messageSegments":[
3         {
4            "type":"Text",
5            "text":"I am definitely going to check that out."
6         }
7      ]
8   }
9}
Returns
Comment