mirror of https://github.com/zulip/zulip.git
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:
parent
0aff5e16ee
commit
839ca1e651
|
@ -14932,7 +14932,7 @@ components:
|
|||
# Security definitions
|
||||
#######################
|
||||
securitySchemes:
|
||||
BasicAuth:
|
||||
basicAuth:
|
||||
type: http
|
||||
scheme: basic
|
||||
description: |
|
||||
|
|
Loading…
Reference in New Issue