---
title: "Update Single Location Group"
method: PUT
path: "/v1/weather/location-groups/{group_id}"
---

# Update Single Location Group

`PUT /v1/weather/location-groups/{group_id}`

Update a location group

## Path parameters

- `group_id` integer, required

## Request body

- LocationGroupCreate
  - `userId` string, required
  - `label` string, required
  - `locations` Location[], required
    - `id` integer
    - `label` string, required
    - `address` string
    - `coordinates` CoordinatePoint, required
      - `latitude` number, required
      - `longitude` number, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/trycatamaran/apis/catastrophe-risk-api.md) · [All operations](https://skmtc.dev/trycatamaran/apis/catastrophe-risk-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycatamaran/catastrophe-risk-api/revisions/3a0490512962/schema)
