From 16be49e57c977cb63941f94b3b28e213bb01177a Mon Sep 17 00:00:00 2001 From: Ashutosh Kumar Date: Mon, 18 Jan 2021 11:57:50 +0530 Subject: [PATCH] add warnings --- api/api.yaml | 2 +- result/request.yaml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/api/api.yaml b/api/api.yaml index 146cf1dc..4b32e575 100644 --- a/api/api.yaml +++ b/api/api.yaml @@ -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: andy.balogh@keysight.com diff --git a/result/request.yaml b/result/request.yaml index 19190f26..dd9a8067 100644 --- a/result/request.yaml +++ b/result/request.yaml @@ -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 -