diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index 0fa4065c58..6f05b2dca7 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -6724,13 +6724,13 @@ paths: A typical successful JSON response when the user is already subscribed to the streams specified "400": - description: Success. + description: Bad request. content: application/json: schema: oneOf: - allOf: - - $ref: "#/components/schemas/AddSubscriptionsResponse" + - $ref: "#/components/schemas/JsonError" - example: { "msg": "Unable to access stream (private_stream).",