Eval runs
Update an eval suite's settings
Partial update — omitted fields are left as they are. environmentIds is tri-state: a non-empty array sets/replaces, null clears (reverting the suite to legacy config), and [] is rejected rather than silently treated as a clear. Responds with the full updated suite.
patch/projects/{projectId}/eval-suites/{suiteId}
Path parameters
projectIdstring required
ID of the hosted project that contains the server.
suiteIdstring required
Eval suite ID, as returned by POST /eval-runs.
Request body
Response
The updated suite.