Update Custom Voice Phrase

PUT {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}

Use the PUT {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}} request to update a verify voice phrase in the environment.

PropertyTypeRequired?
displayNameStringRequired

This updates only the named container for the specified voice phrase. Use Update Custom Voice Phrase Content to update specific voice phrase content for any voice phrase.

Request Body

{"displayName"=>"Design brilliant journeys"}

RESPONSES

status: Created

{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/voicePhrases/ff5c9066-db46-4c06-92dc-dfd19ab28f52"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"id":"ff5c9066-db46-4c06-92dc-dfd19ab28f52","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"displayName":"Design brilliant journeys","createdAt":"2022-08-24T15:51:39.095Z","updatedAt":"2022-08-24T15:53:24.162Z"}