Online Docs

Update Story

Update the properties of the specified story.

1
2
3
4
5
PATCH odata/story({story-id})
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
--data-raw: {Story-Object}

URL Endpoint

odata/story({story-id})

Method

PATCH.

Parameters

Do not supply OData Filter syntax.

Request

Header

1
2
3
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]

Body

1
2
3
4
{
"name": "[StoryName]",
"description": "[StoryDesscription]"
}

Response

If successful, this method returns a 204 No Content response code.

Comment

Was this article helpful?
Thanks For Your Feedback