Update eval case
Edit, enable, or disable a test case.
Authentication
AuthorizationBearer
API key or Clerk session token
Path parameters
id
caseId
Request
This endpoint expects an object.
enabled
expected
graders
Per-case graders that REPLACE the suite graders for this case. null clears the override so the case uses the suite graders again.
input
name
notes
Response
Case updated
createdAt
enabled
graders
Per-case graders that REPLACE the suite graders for this case, or null when the case uses the suite graders.
id
name
notes
origin
suiteId
updatedAt
expected
input
{ variables?, messages? } — what the case feeds the target.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error