Locations
List locations
Create location
Retrieve location
Update location
Webhooks
location.created
location.updated
<- Locations API
Locations API
Version
2024-11-20
PUT
/v2/locations/{location_id}
Updates a location.
Guide
Update a location
Example code
location_id
string
Required
The ID of the location to update.
location
Location
The Location object with only the fields to update.
Show attributes
errors
Error [ ]
Information about errors encountered during the request.
The updated Location object.