Update eval case

Edit, enable, or disable a test case.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

idstringRequired>=1 character
caseIdstringRequired>=1 character

Request

This endpoint expects an object.
enabledbooleanOptional
expectedobject or nullOptional
inputobjectOptional
namestringOptional>=1 character
notesstring or nullOptional

Response

Case updated
createdAtstring
enabledboolean
idstring
namestring
notesstring or null
originstring
suiteIdstring
updatedAtstring
expectedany
inputany

{ 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