Rename a voice design
Updates the name of a voice design. All versions retain their other properties.
PATCH
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The voice design UUID or name.
Body
application/json
Request body for renaming a voice design.
New name for the voice design.
Required string length:
1 - 255Response
Voice design renamed successfully.
Response envelope for a voice design after a rename operation (no version-specific fields).
A summarized voice design object (without version-specific fields).
JavaScript