---
title: "PUT /location/{id}"
method: PUT
path: "/location/{id}"
tags: ["locationController"]
---

# PUT /location/{id}

`PUT /location/{id}`

## Path parameters

- `id` object, required

## Request body

- Location
  - `location_id` number
  - `address_1` string
  - `address_2` string
  - `city` string
  - `state` string
  - `zip` string
  - `county` string
  - `location_source_value` string
  - `country_concept_id` number
  - `country_source_value` string
  - `latitude` number
  - `longitude` number

## Response `204`

location was updated

---

[API](https://skmtc.net/ohdsi/apis/data-connection.md) · [All operations](https://skmtc.net/ohdsi/apis/data-connection/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ohdsi/data-connection/versions/b5ead99a1d44/schema)
