Set persona note state
Accepts a proposal, turns one down, or rests an active note. Mirrors the lexicon's own state route
PUT /personas/{id}/notes/{noteId}/state
note
SDK method: setPersonaNoteState
Security: authenticated (policy: platform.manage)
Attributes
Attributes (2)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
noteId | string | Yes | Path parameter. |
Request body (application/json)
Accepts a PersonaNoteState object.
Response
200 OK — Returns a PersonaNoteList object.