mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
openapi: Use SuccessDescription in new get-stream-email-address.
This allows it to inherit the required `description` field. This is
necessary for 7.x but not main because 6e119842bd
was backported
across #26509.
This commit is contained in:
committed by
Alex Vandiver
parent
7fb252a27c
commit
b7059807ac
@@ -15710,6 +15710,7 @@ paths:
|
||||
schema:
|
||||
allOf:
|
||||
- $ref: "#/components/schemas/JsonSuccessBase"
|
||||
- $ref: "#/components/schemas/SuccessDescription"
|
||||
- additionalProperties: false
|
||||
properties:
|
||||
result: {}
|
||||
|
Reference in New Issue
Block a user