Appearance
Move Site
Move a site to a different tenant or organizational owner. Requires ADMIN permissions (validated at the platform level).
Parameters
| name * are required parameters | data type | description |
|---|---|---|
siteId* | string | The unique identifier of the site to move |
body.tenantId* | string | The destination tenant ID |
body.divisionId | string | Optional destination division ID |
Return Value
The updated site configuration with the new owner.
Examples
bash
curl -X PUT "https://app.wombat.software/api/site/:siteId/move" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"tenantId": "tenant-abc123"}'ENDPOINTS
put
/api/site/:siteId/move