---
title: "Update an existing location"
method: PUT
path: "/v1/events/{eventId}/locations/{locationId}"
tags: ["Locations"]
---

# Update an existing location

`PUT /v1/events/{eventId}/locations/{locationId}`

Use this endpoint to update an existing location for a specific event type in your Zuddl organization.

Required API key scopes: `WRITE`

**This API can only be called with an access key that was generated for Backend usage.**

## Path parameters

- `eventId` string, required
- `locationId` string, required

## Request body

- OrgEventsAppDomainApiProductEventLocationDtosLocationRequest
  - `name` string, required — Name of the location (complete address)
  - `mapLink` string — Google Maps or other map service link for the location

## Response `200`

Location updated successfully

## Other responses

- `400` — Invalid location ID or event ID
- `401` — Unauthorized
- `404` — Location not found

---

[API](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation.md) · [All operations](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuddl/zuddl-webhook-documentation/revisions/571c1d41e62a/schema)
