---
title: "Update group location"
method: PUT
path: "/v2/organisation/groups/{groupId}/locations/{locationId}"
tags: ["Group Locations"]
---

# Update group location

`PUT /v2/organisation/groups/{groupId}/locations/{locationId}`

## Path parameters

- `groupId` integer, required
- `locationId` integer, required

## Request body

- OrganisationGroupLocationRequestDto
  - `latitude` string, required
  - `longitude` string, required
  - `radius` integer, required
  - `comment` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Domain not found or location not found

---

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