From b7059807ace33633cfb29260abef1387364ced1a Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Thu, 16 Nov 2023 20:12:47 +0000 Subject: [PATCH] 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. --- zerver/openapi/zulip.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index d1e6ae80f4..0bae6280d7 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -15710,6 +15710,7 @@ paths: schema: allOf: - $ref: "#/components/schemas/JsonSuccessBase" + - $ref: "#/components/schemas/SuccessDescription" - additionalProperties: false properties: result: {}