---
title: "Update an existing IVR greeting"
method: PUT
path: "/voice/ivr/greeting/{greeting}"
tags: ["Voice"]
---

# Update an existing IVR greeting

`PUT /voice/ivr/greeting/{greeting}`

REQUIRED SCOPES <code>['voice:write']</code><br>Update an existing IVR greeting for a specific team

## Path parameters

- `greeting` integer, required

## Request body

- object
  - `name` string — The new name for the ivr greeting

## Response `200`

Successful operation

- object
  - `id` integer
  - `organization_id` integer
  - `name` string
  - `content_type` string
  - `url` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — IVR Greeting not found
- `422` — Validation error

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
