Update a feedAsk AIput https://platform.{env}.simpplr.com/v1/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 objectResponses 200Success response for feed update 400Error response for feed update 401Authorize error 403Forbidden errorUpdated 4 months ago