Add security to openapi spec
This commit is contained in:
parent
4134220c54
commit
a86172fda4
|
@ -12,6 +12,9 @@
|
||||||
'servers':
|
'servers':
|
||||||
- 'url': '/control'
|
- 'url': '/control'
|
||||||
|
|
||||||
|
'security':
|
||||||
|
- 'basicAuth': []
|
||||||
|
|
||||||
'tags':
|
'tags':
|
||||||
- 'name': 'clients'
|
- 'name': 'clients'
|
||||||
'description': 'Clients list operations'
|
'description': 'Clients list operations'
|
||||||
|
@ -2084,3 +2087,7 @@
|
||||||
'description': 'The error message, an opaque string.'
|
'description': 'The error message, an opaque string.'
|
||||||
'type': 'string'
|
'type': 'string'
|
||||||
'type': 'object'
|
'type': 'object'
|
||||||
|
'securitySchemes':
|
||||||
|
'basicAuth':
|
||||||
|
'type': 'http'
|
||||||
|
'scheme': 'basic'
|
||||||
|
|
Loading…
Reference in New Issue