Zum Hauptinhalt springen
POST
/
aiQualityCheck
/
testRun
/
{testRunId}
/
rerun
Re-run a previously executed test run
curl --request POST \
  --url https://demo.enneo.ai/api/mind/aiQualityCheck/testRun/{testRunId}/rerun \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "testRun": {}
}

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

ID of the test run to re-execute.

Antwort

Re-run scheduled

success
boolean
Beispiel:

true

testRun
object

The newly scheduled test run.