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

Commit 999a5b8

Browse files
Merge pull request #50 from infoneershalin/patch-1
Update user.json
2 parents 013b519 + 219a64b commit 999a5b8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

apispec/user.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"paths":{
3030
"/login":{
3131
"get":{
32-
"security": ["basicAuth":[]],
3332
"description":"Return logged in user",
3433
"operationId":"Get Login",
3534
"produces":[
@@ -421,7 +420,7 @@
421420
}
422421
},
423422
"required":[
424-
"_embedded",
423+
"_embedded"
425424
]
426425
},
427426
"Getcardsresponse":{
@@ -447,7 +446,7 @@
447446
}
448447
},
449448
"required":[
450-
"_embedded",
449+
"_embedded"
451450
]
452451
},
453452
"Statusresponse":{
@@ -536,7 +535,7 @@
536535
},
537536
"required":[
538537
"self",
539-
"customer",
538+
"customer"
540539
]
541540
}
542541
},

0 commit comments

Comments
 (0)