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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

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"