New REST API endpoints for site management
We’ve added new API endpoints that give you programmatic control over site configuration, deployments, and component registration.
New endpoints
POST /api/v2/sites/{siteId}/deploy— Trigger a deploymentGET /api/v2/sites/{siteId}/deployments— List deployment historyPUT /api/v2/sites/{siteId}/settings— Update site settingsGET /api/v2/components— List registered components
Breaking changes
None. All new endpoints are additive.