---
title: "update application"
method: PUT
path: "/Applications/{ApplicationSid}"
tags: ["Applications"]
---

# update application

`PUT /Applications/{ApplicationSid}`

## Request body

- Application
  - `application_sid` string, uuid
  - `name` string, required
  - `account_sid` string, uuid, required
  - `call_hook` Webhook
    - `webhook_sid` string, uuid
    - `url` string, url, required
    - `method` 'get' | 'post'
    - `username` string
    - `password` string
  - `call_status_hook` Webhook
    - `webhook_sid` string, uuid
    - `url` string, url, required
    - `method` 'get' | 'post'
    - `username` string
    - `password` string
  - `messaging_hook` Webhook
    - `webhook_sid` string, uuid
    - `url` string, url, required
    - `method` 'get' | 'post'
    - `username` string
    - `password` string
  - `speech_synthesis_vendor` string
  - `speech_synthesis_voice` string
  - `speech_recognizer_vendor` string
  - `speech_recognizer_language` string
  - `env_vars` object — Object containing the Application Environment Variables as key/value to be sent with the call_hook payload
  - `record_all_calls` boolean

## Response `204`

application updated

## Other responses

- `404` — application not found
- `422` — unprocessable entity
- `500` — system error

## Changes

> 27 revisions in range; 1 could not be searched.

- **2025-08-05** `91b7259f507b` — 1 info
  - added the new optional request property `record_all_calls`
- **2025-07-15** `7741fcf732f1` — 1 info
  - added the new optional request property `env_vars`
- **2025-05-19** `0ed84e2268c2` — 1 info
  - the request required property `application_sid` became read-only
- **2025-05-01** `fdfd9d6cf2ce` — 1 breaking, 1 info
  - the request property `application_sid` became required
  - the request optional property `application_sid` became not read-only
- **2025-04-26** `e65989189a4f` — 1 info
  - the request optional property `application_sid` became read-only

[Full history](https://skmtc.dev/jambonz/apis/jambonz-api/changes/Applications/:ApplicationSid/put.md)

---

[API](https://skmtc.dev/jambonz/apis/jambonz-api.md) · [All operations](https://skmtc.dev/jambonz/apis/jambonz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jambonz/jambonz-api/revisions/56f317145d23/schema)
