Update persona story detail
Rewrites one detail's words
PUT /personas/{id}/stories/{storyId}/details/{detailId}
note
SDK method: updatePersonaStoryDetail
Security: authenticated (policy: platform.manage)
Attributes
Attributes (3)
| Attribute | Type | Required | Description |
|---|---|---|---|
detailId | string | Yes | Path parameter. |
id | string | Yes | Path parameter. |
storyId | string | Yes | Path parameter. |
Request body (application/json)
Accepts a PersonaStoryDetailWrite object.
Response
200 OK — Returns a PersonaStoryList object.