mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
openapi: Remove trivial allOf wrapping.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
87c809c0e3
commit
f3ff082107
@@ -5097,8 +5097,7 @@ paths:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
allOf:
|
||||
- $ref: "#/components/schemas/JsonSuccess"
|
||||
$ref: "#/components/schemas/JsonSuccess"
|
||||
|
||||
/realm/emoji:
|
||||
get:
|
||||
@@ -8467,11 +8466,8 @@ paths:
|
||||
application/json:
|
||||
schema:
|
||||
oneOf:
|
||||
- allOf:
|
||||
- $ref: "#/components/schemas/InvalidApiKeyError"
|
||||
- allOf:
|
||||
- $ref: "#/components/schemas/MissingArgumentError"
|
||||
- allOf:
|
||||
- $ref: "#/components/schemas/UserNotAuthorizedError"
|
||||
/zulip-outgoing-webhook:
|
||||
post:
|
||||
|
||||
Reference in New Issue
Block a user