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

@@ -1,11 +1,12 @@
{
"post": {
"deprecated": true,
"operationId": "authenticate",
"tags": [
"Authentication"
],
"summary": "Perform authentication",
"description": "Performs an authentication",
"summary": "[Deprecated] Perform authentication",
"description": "**This endpoint is deprecated, since the authentication can be performed via API key now**. Performs an authentication.",
"requestBody": {
"description": "Request body.",
"required": true,