Update a feedAsk AIput https://platform.{env}.simpplr.com/v1/b2b/wfeed/feeds/{feedId}This API allows us to update a feedPath ParamsfeedIduuidrequiredThe ID of the feed to updateBody ParamstextHtmlstringrequiredThe HTML content of the feed itemsiteIduuid | nullThe ID of the site (required for site-scoped feeds)titlestring | nullThe title of the feed item (required for question-type feeds, optional for post-type feeds)listOfAttachedFilesarray of objectsDefaults to Array of attached fileslistOfAttachedFilesADD objectmodifiedByuuidrequiredUUID of the user modifying the feed (B2B specific field)Responses 200Success response for B2B feed update 400Error response for B2B feed update 401Authorize error 403Forbidden errorUpdated 4 months ago