Create a new feed

This API allows us to create a new feed

Body Params

Public post (siteId: null)

string
required

The HTML content of the feed item

string
enum
required

The 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)

Allowed:
uuid | null

The ID of the site (required when scope is 'site', null for public scope)

string
enum
required

The type of feed item

Allowed:
string | null

The title of the feed item (required when type is 'question')

listOfAttachedFiles
array of objects
Defaults to []

Array of attached files

listOfAttachedFiles
uuid
required

UUID of the user creating the feed (B2B specific field)

uuid | null

The ID of the content (required for content feed posts)

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json