regenerate_header
Regenerate the header (nav bar, logo placement, top-of-page) of a WebZum site. Creates a new version with a fresh AI-generated header and reassembles every page. Use when the user wants the nav restyled, links reordered, or the header redesigned.
Required: businessId, versionId, pageId.
Returns { versionId, status: 'completed' | 'in_progress', ...extra }. If status is 'in_progress', poll get_site_status with the returned versionId every 5-10s until isComplete is true.
Concurrency: edits on the same businessId MUST be serial. Never fire parallel edit calls on the same site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | The pageId where the header lives (typically "home"). | |
| versionId | Yes | The versionId to base this regeneration on. | |
| businessId | Yes | The site's businessId. |