Authorizations
JWT-based authentication
Stops a test run that is currently in ‘scheduled’ or ‘processing’ state. All pending test tickets will be cancelled and the test run will be set to ‘cancelled’ state.
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"
}JWT-based authentication
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"
}