Appearance
Update Site
Update an existing site's configuration. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
siteId* | string | The unique identifier of the site to update |
body.name | string | Updated display name |
body.timezone | string | Updated timezone |
body.address | object | Updated 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