Skip to main content
Update one or more properties of an existing place. You can update location details, contact information, radius, team assignments, and custom data.

REQUEST

Alternatively, you can edit multiple places at once using the uids array:
string
required
UID of the place to edit. Required unless using uids for batch editing.
array
Array of place UIDs to edit multiple places with the same changes. Alternative to uid for batch operations.
string
Update the place name
string
Update contact phone number
string
Update contact email address
string
Update street address
string
Update city name
string
Update postal/ZIP code
string
Update state/province/region
string
Update ISO country code (e.g., “US”, “GB”, “DE”)
string
Update color code in hexadecimal format (e.g., “#22c328”)
integer
Update check-in radius in meters
string
Update linked form IDs (comma-separated)
array
Update team assignments. Array of team numbers (integers). Replaces existing team assignments.
array
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 the uids 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

integer
required
Status code. 0 indicates success.

Examples

Tip: Only include the fields you want to update. Omitted fields will remain unchanged.