Skip to main content
POST
Test a proposed improvement before applying it

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Body

application/json
attempt_id
string<uuid>
required

Required. The id of the optimization attempt from GET /{uuid} data.optimizations[].id.

changes
object | null

Optional edited change set to test instead of the proposed one (same shape as data.optimizations[].changes: fields, guidelines_add, notes_add, training_add). Trim or reword items to test only what you want.

Response

Trial started (re-runs the sim with the change set; agent NOT modified). Poll GET /{uuid}