Update persona story
Rewrites one story's handle and telling, whoever wrote it
PUT /personas/{id}/stories/{storyId}
note
SDK method: updatePersonaStory
Security: authenticated (policy: platform.manage)
Attributes
Attributes (2)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
storyId | string | Yes | Path parameter. |
Request body (application/json)
Accepts a PersonaStoryWrite object.
Response
200 OK — Returns a PersonaStoryList object.