Skip to content

Commit

Permalink
include status and result
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Aug 1, 2024
1 parent 47cef5a commit 7f060ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rst-api-spec.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,8 @@ components:
type: object
required:
- testID
- status
- result
- tlds
- href
properties:
Expand All @@ -814,6 +816,10 @@ components:
description: The RSP's unique ID.
type: string
example: RSPI2404-M51
status:
$ref: "#/components/schemas/testStatus"
result:
$ref: "#/components/schemas/testResult"
href:
description: The URL for this test request object.
type: string
Expand Down

0 comments on commit 7f060ad

Please sign in to comment.