Skip to main content

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)
AttributeTypeRequiredDescription
detailIdstringYesPath parameter.
idstringYesPath parameter.
storyIdstringYesPath parameter.

Request body (application/json)

Accepts a PersonaStoryState object.

Response

200 OK — Returns a PersonaStoryList object.