Runs an analysis that tests multiple hypotheses and evaluates their results by an optional decision rule.
cURL
curl --request POST \ --url https://stats.eu.confidence.dev/v2/stats:runAnalysis \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "hypotheses": [ {} ], "recommendations": [ {} ], "annotations": [ {} ], "statsCacheEntry": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
OK
The analysis results for each hypothesis.
Overall recommendations for each comparison according to specified decision rule.
List of issues discovered during the analysis.
Cache entry used, empty if not cached.
Was this page helpful?