Update an existing location
Locations
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
Update an existing location
Authorizations
Provide your API key secret in the Authorization header
Path Parameters
Unique identifier of the event
Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$Unique identifier of the location
Body
application/json
Name of the location (complete address)
Maximum string length:
100Example:
"Conference Hall A, Tech Park"
Google Maps or other map service link for the location
Maximum string length:
400Pattern:
https?://(?:www\d*\.)?[\p{L}\p{N}@:%._+~#=-]{1,256}\.[\p{L}\p{N}()]{1,6}\b[\p{L}\p{N}()!@:%_+.~#?&/=-]*Example:
"https://maps.google.com/..."
Response
Location updated successfully