Add persona story detail
Adds one thing to a story that already exists
POST /personas/{id}/stories/{storyId}/details
note
SDK method: addPersonaStoryDetail
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 PersonaStoryDetailWrite object.
Response
201 Created — Returns a PersonaStoryList object.