REQUEST
uids
array:
UID of the place to edit. Required unless using
uids
for batch editing.Array of place UIDs to edit multiple places with the same changes. Alternative to
uid
for batch operations.Update the place name
Update contact phone number
Update contact email address
Update street address
Update city name
Update postal/ZIP code
Update state/province/region
Update ISO country code (e.g., “US”, “GB”, “DE”)
Update color code in hexadecimal format (e.g., “#22c328”)
Update check-in radius in meters
Update linked form IDs (comma-separated)
Update team assignments. Array of team numbers (integers). Replaces existing team assignments.
Update or add custom data fields. Array of key-value pair objects.Example:
[{"key": "manager", "val": "John Doe"}, {"key": "capacity", "val": "100"}]
Permissions
- You must have edit permissions for the place(s) you’re modifying
- Workers may have restricted editing capabilities depending on company settings
- You can only edit places within your organization or network
Batch Editing
When using theuids
array, all specified places will be updated with the same values. This is useful for:
- Updating radius for multiple locations
- Reassigning places to different teams
- Bulk updates to any common property
RESPONSE
Status code.
0
indicates success.Examples
Tip: Only include the fields you want to update. Omitted fields will remain unchanged.