From d18f4c15f3fff82f93dd0075959b6c47d362c2b7 Mon Sep 17 00:00:00 2001 From: Roman Blanco Date: Thu, 23 Jan 2025 20:49:18 +0000 Subject: [PATCH] docs(APIv2): RHINENG-15551 specify what counts as a failed rule manually updated changes in openapi.json reverted in previous commit --- spec/api/v2/schemas/test_result.rb | 2 +- swagger/v2/openapi.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/api/v2/schemas/test_result.rb b/spec/api/v2/schemas/test_result.rb index 952da2849..a8a896143 100644 --- a/spec/api/v2/schemas/test_result.rb +++ b/spec/api/v2/schemas/test_result.rb @@ -107,7 +107,7 @@ module TestResult type: %w[integer null], examples: [3], readOnly: true, - description: 'Number of failed rules in the Test Result' + description: 'Number of failures, errors and unknown states for rules in the Test Result.' }, end_time: { type: :string, diff --git a/swagger/v2/openapi.json b/swagger/v2/openapi.json index 44a376c53..23b02a1b2 100644 --- a/swagger/v2/openapi.json +++ b/swagger/v2/openapi.json @@ -17349,7 +17349,7 @@ 3 ], "readOnly": true, - "description": "Number of failed rules in the Test Result" + "description": "Number of failures, errors and unknown states for rules in the Test Result." }, "end_time": { "type": "string",