Persona Management
Update persona by id
Updates the persona with the given id.
put/personas/{id}
Request body
Example request
{
"id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
"name": "pAI-OS",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
"voice_id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
"face_id": "7bea4732-214f-40e7-9161-4e7241a2b97e"
}Response
OK
Example response
{
"id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
"name": "pAI-OS",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
"voice_id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
"face_id": "7bea4732-214f-40e7-9161-4e7241a2b97e"
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 32 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲