---
title: "Update a Location"
method: PUT
path: "/v1/locations/{locationId}"
tags: ["Locations"]
---

# Update a Location

`PUT /v1/locations/{locationId}`

## Path parameters

- `locationId` string, required

## Headers

- `Authorization` string — User access token
- `Content-Type` 'application/json'

## Request body

- object
  - `name` string — Name of the location

## Response `200`

Returns the updated location

- object
  - `name` string, required — Name of the location
  - `id` string, required — Unique identifier of the location

## Other responses

- `400` — Returns a list of validation errors
- `404` — Responds with a status code of 404 if a location could not be found

---

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