latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

AppModeling

Seed the app modeling work frontier (internal)

Upserts the app_model_coordinator row for the given application and reconciles the work frontier with all app-tagged test invariant IDs. Called exclusively by the TypeScript initiateAppModelingRun handler — not intended for external callers. Idempotent: re-running on an existing frontier safely adds new tests and removes de-tagged ones.

post/appModeling/run/seedFrontier

Query parameters

workspaceIdstring required

The workspace ID

Request body

application_idstring required

The application whose tests seed the frontier.

run_session_idstring required

The run coordinator session ID, stored on the coordinator row.

Response

Frontier seeded successfully

seeded_test_countinteger required

Number of test invariant IDs now in the work frontier.