v1
latestOpenAPI 3.1.02026-07-22285495.1 KBLocations
Update an existing location
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.
put/v1/events/{eventId}/locations/{locationId}
Path parameters
eventIdstring required
Unique identifier of the event
locationIdstring required
Unique identifier of the location
Request body
Example request
{
"name": "Conference Hall A, Tech Park",
"mapLink": "https://maps.google.com/..."
}Response
Location updated successfully