Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Main data contained in the story, required only 1 field depends on dataType. The size of this object must be less than 10 KB.
Available options:
text
, image
, video
where to create story to. currently limited to community only
Available options:
community
Resource public id depends on target type (ex. target type is community, target id will be community public id)
Example:
"public_community_id"
the id used for reference when optimistically create the story
List of items contained in story. Currently only support hyperlink item. Only one hyperlink item is allowed per story.
Maximum length:
10
Metadata of the story. The size of this object must be less than 5 KB
Example:
{ "anything": "you want" }