Skip to content

Commit

Permalink
docs(APIv2): RHINENG-15551 specify what counts as a failed rule
Browse files Browse the repository at this point in the history
             manually updated changes in openapi.json reverted in previous commit
  • Loading branch information
romanblanco authored and RoamingNoMaD committed Jan 24, 2025
1 parent 55fd635 commit d18f4c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/api/v2/schemas/test_result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion swagger/v2/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d18f4c1

Please sign in to comment.