Chuyển tới nội dung chính

Update Story

Update the properties of the specified story.

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

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

Body

{
"name": "[StoryName]",
"description": "[StoryDesscription]"
}

Response

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