Update the properties of the specified story.1
2
3
4
5PATCH odata/story({story-id})
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
--data-raw: {Story-Object}
odata/story({story-id})
PATCH.
Do not supply OData Filter syntax.
Header1
2
3--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
Body1
2
3
4{
"name": "[StoryName]",
"description": "[StoryDesscription]"
}
If successful, this method returns a 204 No Content
response code.
© Appvity. All rights reserved.
Comment