Newer Version Available

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

Edit a Question Title and Post

Resource
/chatter/feed-elements/feedElementId
HTTP method
PATCH
Request body
Feed Item Input
The body property and the questionTitle property can be edited.
Request body example
1{
2   "body":{
3      "messageSegments":[
4         {
5            "type":"Text",
6            "text":"The latest public versions are on developer.salesforce.com."
7         }
8      ]
9   },
10   "capabilities":{
11      "questionAndAnswers" : {
12          "questionTitle" : "Where can I find API documentation"
13      }
14   }
15}
Returns
Feed Item