Set persona story state
Accepts a proposal, turns one down, or takes a story out of the rotation without losing it
PUT /personas/{id}/stories/{storyId}/state
note
SDK method: setPersonaStoryState
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 PersonaStoryState object.
Response
200 OK — Returns a PersonaStoryList object.