Zum Hauptinhalt springen
PATCH
/
aiQualityCheck
/
testRun
/
{testRunId}
/
stop
Stop a specific test run by ID
curl --request PATCH \
  --url https://demo.enneo.ai/api/mind/aiQualityCheck/testRun/{testRunId}/stop \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Test run stopped successfully"
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

testRunId
integer
erforderlich

Antwort

Successful operation

success
boolean
Beispiel:

true

message
string
Beispiel:

"Test run stopped successfully"