---
title: "Update a location's static emergency address"
method: PATCH
path: "/external_connections/{id}/locations/{location_id}"
tags: ["External Connections"]
---

# Update a location's static emergency address

`PATCH /external_connections/{id}/locations/{location_id}`

## Path parameters

- `id` string, uuid, required
- `location_id` string, uuid, required

## Request body

- object
  - `static_emergency_address_id` string, uuid, required — A new static emergency address ID to update the location with

## Response `200`

Location successfully updated with no associated orders to process

- LocationResponse
  - `data` object
    - `location_id` string, uuid
    - `static_emergency_address_id` string, uuid
    - `accepted_address_suggestions` boolean

## Other responses

- `202` — Location update accepted; associated orders being processed
- `404` — Location or external connection not found
- `422` — Unprocessable Entity - Location already has an accepted emergency address

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
