From 5dedb7dda90847dfdd6d9f1f500895bc2cf26515 Mon Sep 17 00:00:00 2001 From: Leonel Garcia Date: Tue, 26 Feb 2019 14:40:34 -0500 Subject: [PATCH] [api] refs #16 #17 #18 - Error format changed Changed to: 'status_code': description: Descrip. content: application/json: schema: type: string --- lagcleaner_specs.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/lagcleaner_specs.yml b/lagcleaner_specs.yml index 445981c..28920f5 100644 --- a/lagcleaner_specs.yml +++ b/lagcleaner_specs.yml @@ -52,9 +52,7 @@ paths: content: application/json: schema: - type: array - items: - type: string + type: string default: $ref: '#/components/schemas/genericError' @@ -85,9 +83,7 @@ paths: content: application/json: schema: - type: array - items: - type: string + type: string default: $ref: '#/components/schemas/genericError' @@ -118,9 +114,7 @@ paths: content: application/json: schema: - type: array - items: - type: string + type: string default: $ref: '#/components/schemas/genericError' \ No newline at end of file