diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index d2b36cdf..d2329c31 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -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'