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:
Alex Vandiver
2023-11-16 20:12:47 +00:00
committed by Alex Vandiver
parent 7fb252a27c
commit b7059807ac

View File

@@ -15710,6 +15710,7 @@ paths:
schema:
allOf:
- $ref: "#/components/schemas/JsonSuccessBase"
- $ref: "#/components/schemas/SuccessDescription"
- additionalProperties: false
properties:
result: {}