Update persona
Rewrites one persona. An edit to the one on air is heard on the next break
PUT /personas/{id}
note
SDK method: updatePersona
Security: authenticated (policy: platform.manage)
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
Request body (application/json)
Accepts a Persona object.
Response
200 OK — Returns a PersonaList object.