v53

OpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
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

namestring required

New name for the voice design.

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"
  }
}