AppModeling
Seed the app modeling work frontier (internal)
Upserts the app_model_coordinator row for the given application and seeds the work frontier from the requested scope (all app-tagged tests by default). Called exclusively by the TypeScript initiateAppModelingRun handler — not intended for external callers. A full seed is idempotent: re-running on an existing frontier safely adds new tests and removes de-tagged ones without re-opening what an earlier run already attempted. A scoped seed deliberately re-opens the tests it names.
post/appModeling/run/seedFrontier
Query parameters
workspaceIdstring required
The workspace ID
Request body
Response
Frontier seeded successfully