Update Eval Case
Edit one case: any of {task, checks, status}. Approving a bootstrapped
case is just {status: "green"}. The task_id is preserved so a prior run's
coverage mapping stays stable.
Path Parameters
skill_id*Skill Id
task_id*Task Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://example.com/skills/string/eval/cases/string" \ -H "Content-Type: application/json" \ -d '{}'{}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}