Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Update user.json
Browse files Browse the repository at this point in the history
"security": ["basicAuth":[]], is not valid json Array and sagger parsers are not able to parse this json
  • Loading branch information
Shalin Shah authored Sep 11, 2017
1 parent b5ec77e commit 219a64b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apispec/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"paths":{
"/login":{
"get":{
"security": ["basicAuth":[]],
"description":"Return logged in user",
"operationId":"Get Login",
"produces":[
Expand Down Expand Up @@ -421,7 +420,7 @@
}
},
"required":[
"_embedded",
"_embedded"
]
},
"Getcardsresponse":{
Expand All @@ -447,7 +446,7 @@
}
},
"required":[
"_embedded",
"_embedded"
]
},
"Statusresponse":{
Expand Down Expand Up @@ -536,7 +535,7 @@
},
"required":[
"self",
"customer",
"customer"
]
}
},
Expand Down

0 comments on commit 219a64b

Please sign in to comment.