mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 02:18:28 -07:00
Add security to openapi spec
This commit is contained in:
parent
4134220c54
commit
a86172fda4
@ -12,6 +12,9 @@
|
||||
'servers':
|
||||
- 'url': '/control'
|
||||
|
||||
'security':
|
||||
- 'basicAuth': []
|
||||
|
||||
'tags':
|
||||
- 'name': 'clients'
|
||||
'description': 'Clients list operations'
|
||||
@ -2084,3 +2087,7 @@
|
||||
'description': 'The error message, an opaque string.'
|
||||
'type': 'string'
|
||||
'type': 'object'
|
||||
'securitySchemes':
|
||||
'basicAuth':
|
||||
'type': 'http'
|
||||
'scheme': 'basic'
|
||||
|
Loading…
Reference in New Issue
Block a user