Appearance
Sync Site Config
Synchronize the full configuration from the parent tenant to a site, pushing all schemas, fields, roles, and settings down to the site level. Requires the SITE_MANAGEMENT feature flag and ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
sid* | string | The unique identifier of the site to sync |
Return Value
A summary of the synchronization results, including counts of synced resources.
Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/sites/:sid/sync-config" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
post
/api/{targetPath}/sites/:sid/sync-config