Removed no-longer used Authorization parameter

This commit is contained in:
Alejandro Celaya 2018-02-03 10:13:10 +01:00
parent 044278752b
commit be406bd676

View File

@ -1,7 +0,0 @@
{
"name": "Authorization",
"in": "header",
"description": "The authorization token with Bearer type",
"required": true,
"type": "string"
}