Defined API key authentication type in swagger docs

This commit is contained in:
Alejandro Celaya
2018-09-20 21:15:17 +02:00
parent 2241279bb6
commit bc46e2f509
7 changed files with 51 additions and 11 deletions

View File

@@ -18,6 +18,9 @@
}
],
"security": [
{
"ApiKey": []
},
{
"Bearer": []
}
@@ -122,6 +125,9 @@
}
},
"security": [
{
"ApiKey": []
},
{
"Bearer": []
}
@@ -182,6 +188,9 @@
}
],
"security": [
{
"ApiKey": []
},
{
"Bearer": []
}