Skip to content

Commit

Permalink
version 0.1.7 - add warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutshkumr committed Jan 18, 2021
1 parent ccfbde8 commit b34405f
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.1.6
version: 0.1.7
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 @@ -72,8 +72,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 b34405f

Please sign in to comment.