Voice Designs
Rename a voice design
Updates the name of a voice design. All versions retain their other properties.
patch/voice_designs/{id}
Path parameters
idstring required
The voice design UUID or name.
Request body
Example request
{
"name": "updated-narrator"
}Response
Voice design renamed successfully.
Example response
{
"data": {
"created_at": "2024-01-01T00:00:00Z",
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "updated-narrator",
"record_type": "voice_design",
"updated_at": "2024-01-02T00:00:00Z"
}
}