Skip to content

Update Site

Update an existing site's configuration. Requires ADMIN permissions.

Parameters

name * are required parametersdata typedescription
siteId*stringThe unique identifier of the site to update
body.namestringUpdated display name
body.timezonestringUpdated timezone
body.addressobjectUpdated address details

Return Value

The updated site configuration.

Examples

bash
curl -X PUT "https://app.wombat.software/api/site/:siteId" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..." \
  -d '{"name": "Updated Site Name"}'

ENDPOINTS

put/api/site/:siteId