From 219a64b139b05acefbd17c9d4f2d5dbb071a8858 Mon Sep 17 00:00:00 2001 From: Shalin Shah Date: Mon, 11 Sep 2017 20:25:22 +0530 Subject: [PATCH] Update user.json "security": ["basicAuth":[]], is not valid json Array and sagger parsers are not able to parse this json --- apispec/user.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apispec/user.json b/apispec/user.json index b5ca2da4..56ced8a5 100644 --- a/apispec/user.json +++ b/apispec/user.json @@ -29,7 +29,6 @@ "paths":{ "/login":{ "get":{ - "security": ["basicAuth":[]], "description":"Return logged in user", "operationId":"Get Login", "produces":[ @@ -421,7 +420,7 @@ } }, "required":[ - "_embedded", + "_embedded" ] }, "Getcardsresponse":{ @@ -447,7 +446,7 @@ } }, "required":[ - "_embedded", + "_embedded" ] }, "Statusresponse":{ @@ -536,7 +535,7 @@ }, "required":[ "self", - "customer", + "customer" ] } },