File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
coinapi/indexes-api-rest/spec Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16921692 "in" : " header"
16931693 },
16941694 "JWT" : {
1695- "type" : " apiKey " ,
1696- "description" : " JWT token needed to access the endpoints " ,
1697- "name " : " Authorization " ,
1698- "in " : " header "
1695+ "type" : " http " ,
1696+ "description" : " JWT Authorization header using the Bearer scheme. Example: \" Bearer {token} \" " ,
1697+ "scheme " : " bearer " ,
1698+ "bearerFormat " : " JWT "
16991699 }
17001700 }
17011701 },
Original file line number Diff line number Diff line change @@ -1259,10 +1259,10 @@ components:
12591259 name : Authorization
12601260 in : header
12611261 JWT :
1262- type : apiKey
1263- description : JWT token needed to access the endpoints
1264- name : Authorization
1265- in : header
1262+ type : http
1263+ description : ' JWT Authorization header using the Bearer scheme. Example: "Bearer {token}" '
1264+ scheme : bearer
1265+ bearerFormat : JWT
12661266security :
12671267 - APIKey : [ ]
12681268 - JWT : [ ]
You can’t perform that action at this time.
0 commit comments