Update reference schema
This commit is contained in:
@@ -27,9 +27,14 @@ securityDefinitions:
|
|||||||
in: header
|
in: header
|
||||||
name: Authorization
|
name: Authorization
|
||||||
type: apiKey
|
type: apiKey
|
||||||
|
Query:
|
||||||
|
in: query
|
||||||
|
name: auth
|
||||||
|
type: apiKey
|
||||||
security:
|
security:
|
||||||
- Basic: []
|
- Basic: []
|
||||||
- Bearer: []
|
- Bearer: []
|
||||||
|
- Query: []
|
||||||
paths:
|
paths:
|
||||||
/articles/:
|
/articles/:
|
||||||
get:
|
get:
|
||||||
|
|||||||
Reference in New Issue
Block a user