Update reference schema

master
Cristi Vîjdea 2018-10-14 21:25:24 +03:00
parent baaa79a29d
commit c2e4d7767b
1 changed files with 5 additions and 0 deletions

View File

@ -27,9 +27,14 @@ securityDefinitions:
in: header
name: Authorization
type: apiKey
Query:
in: query
name: auth
type: apiKey
security:
- Basic: []
- Bearer: []
- Query: []
paths:
/articles/:
get: