Set persona story detail state
Accepts a proposed detail or turns it down, which has to outlive the pass that proposed it
PUT /personas/{id}/stories/{storyId}/details/{detailId}/state
note
SDK method: setPersonaStoryDetailState
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 PersonaStoryState object.
Response
200 OK — Returns a PersonaStoryList object.