v5

latestOpenAPI 3.1.02026-07-31585256.7 KB

Update Handler

If a user tries to update a voice that is not owned by them, this call will return an error unless 'starred' is one of the present parameters. The user will be able to star/unstar voices that do not belong to them, but their other changes will not be recorded.

put/v1/ai/voice/{id}

Path parameters

idstring required

Headers

x-api-keystring

Cookies

lmnt-auth0string nullable

Request body

namestring nullable
descriptionstring nullable
genderstring nullable
starredboolean nullable
tagsstring[] nullable

Response

Successful Response