Studio Apps
seedApexStudioSite
Seed Apex Studio Site
Create or refresh the platform's public-site Studio app from the live marketing tree.
Arguments
allowIncompleteCoveragebooleanoptionalFinalize even if routes are still missing. Off by default: the point of the seed is a bindable site.coveragestringoptionalHow much of the public site this Studio app owns. "full" (default) is the whole tree including the home page. "content" is the allowlisted routes only; the Next app keeps the home page and every undeclared path. "content" requires routes.routesstring[]optionalThe paths a content seed may import, e.g. ["/journal"]. An entry covers everything under it. The root "/" is not allowed: it stays on the Next app.sourceOriginstringoptionalOverride the marketing origin to import from.
Returns
The import runs in the background: the call returns at once with the app id and slug, and README.md in the app lists coverage plus imported and remaining routes when it finishes.
Ask for it
The Cloud routes these requests to this verb.
- seed the apex site
- refresh the public site in Studio
- re-import the marketing site
- seed just the Journal
Pair it with
The verbs that finish the job.