Create a new feedAsk AIpost https://platform.{env}.simpplr.com/v1/wfeed/feedsThis API allows us to create a new feedBody ParamsObject 1Object 2Object 3Object 4Object 5Object 6Object 7Object 8Object 9textHtmlstringrequiredThe HTML content of the feed itemscopestringenumrequiredThe scope of the feed item. Non-ABAC scopes: public, site ABAC scopes: accessible_audience (like public scope in ABAC), site_target_audience (when site is public in ABAC), site_members (only for private site), content (for content feed post in ABAC scenarios)publicAllowed:publicsiteIduuid | nullThe ID of the site (required when scope is 'site', null for public scope)typestringenumrequiredThe type of feed itempostAllowed:posttitlestring | nullThe title of the feed item (required when type is 'question')listOfAttachedFilesarray of objectsDefaults to Array of attached fileslistOfAttachedFilesADD objectcontentIduuid | nullThe ID of the content (required for content feed posts)Responses 200Success response for feed creation 400Error response for feed creation 401Authorize error 403Forbidden errorUpdated 4 months ago