Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The voice design UUID or name.

Body

application/json

Request body for renaming a voice design.

name
string
required

New name for the voice design.

Required string length: 1 - 255

Response

Voice design renamed successfully.

Response envelope for a voice design after a rename operation (no version-specific fields).

data
object

A summarized voice design object (without version-specific fields).