Skip to content

Commit

Permalink
add warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutshkumr committed Jan 18, 2021
1 parent dacb6b6 commit 16be49e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
title: Open Traffic Generator API
description: >-
The open traffic generator API
version: 0.0.16
version: 0.0.17
contact:
name: Open Traffic Generator Project Team
email: [email protected]
Expand Down
9 changes: 7 additions & 2 deletions result/request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,13 @@ components:
properties:
errors:
description: >-
A list of any details that may have occurred while executing the request.
A list of any errors that may have occurred while executing the request.
type: array
items:
type: string
warnings:
description: >-
A list of any warnings generated while executing the request.
type: array
items:
type: string

0 comments on commit 16be49e

Please sign in to comment.