Edit a Comment

Edit a comment in Chatter.
Resource
/chatter/comments/commentId
HTTP method
PATCH
Request body
Comment Input

This Comment Input request body includes a body property that is a Message Body Input request body. In this example, the Message Body Input request body includes a messageSegments property that has one Message Segment Input: Text request body.

Request body example
{   "body":{
      "messageSegments":[
         {
            "type":"Text",
            "text":"I am definitely going to check that out."
         }
      ]
   }
}
Returns
Comment