Start persona audition
Asks the station to put this character through a playlist. It is queued, not written
POST /personas/{id}/auditions
note
SDK method: startPersonaAudition
Security: authenticated (policy: platform.manage)
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
Request body (application/json)
Accepts a PersonaAuditionRequest object.
Response
201 Created — Returns a PersonaAudition object.