Fix invalid openapi definition

The current openapi definition results when using the official editor.swagger.io:

```
Semantic error at security.0
Security requirements must match a security definition
Jump to line 37
Semantic error at paths./real-time.post.security.0
Security requirements must match a security definition
Jump to line 14738
```

The security requirements are case-sensitive
This commit is contained in:
Christopher Thonfeld-Guckes 2022-09-13 11:46:07 +02:00 committed by GitHub
parent 0aff5e16ee
commit 839ca1e651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14932,7 +14932,7 @@ components:
# Security definitions
#######################
securitySchemes:
BasicAuth:
basicAuth:
type: http
scheme: basic
description: |