Sonna
API ReferenceProfiles

Update Profile

Update a voice profile.

PUT
/profiles/{profile_id}

Path Parameters

profile_id*Profile Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Request model for creating a voice profile.

Response Body

application/json

application/json

curl -X PUT "https://example.com/profiles/string" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{
  "id": "string",
  "name": "string",
  "description": "string",
  "language": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}