Update reference schema
parent
baaa79a29d
commit
c2e4d7767b
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue