Create a new story for an eSource in a specific Channel within a Team.
1 | POST odata/story |
–x-appvity-channelId: [ChannelID]
–x-appvity-teamid: [TeamID]
–Cookie: graphNodeCookie=[ID]1
2
3
4
5
6**Body**
```json
{
"name": "[StoryName]",
"description": "[StoryDesscription]"
}
1 | { |
Comment