Enable

Enable one of shared voicemail's greetings.

post

Set one of shared voicemail's greetings to activated state.

Authorizations
Path parameters
idall ofrequired

The unique ID of shared voicemail.

The unique ID of the resource.

greeting_idall ofrequired

The unique ID of greeting.

The unique ID of the resource.

Responses
curl -L \
  --request POST \
  --url 'https://HOSTNAME:8887/api/shared_voicemails/{id}/greetings/{greeting_id}/enable' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'

No body

Was this helpful?