Skip to content

Commit

Permalink
add INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Sep 2, 2024
1 parent 4566d78 commit d095019
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rst-api-spec.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ info:
sub-resource.
* added `cancelled` to the `testResult` enum.
* allow administrators to change the status of a test to `cancelled`.
* added the `INFO` severity to the enum of allowed values for the
`severity` property of `testCaseLogMessage` objects.
* 2024-08-07:
* The response to `GET /v1/tests` and `GET /v1/tables` requests now
include summaries of the matching objects (`testRequestSearchResult`
Expand Down Expand Up @@ -1164,6 +1166,7 @@ components:
RFC5424.
type: string
enum:
- INFO
- WARNING
- ERROR
- CRITICAL
Expand Down

0 comments on commit d095019

Please sign in to comment.