From 098effe0a6e6a51a245cfab505275e3aa7a502df Mon Sep 17 00:00:00 2001 From: Kartik Srivastava Date: Wed, 17 Aug 2022 00:55:21 +0530 Subject: [PATCH] api: Modify "alert_words" response description in GET /events doc. --- zerver/openapi/zulip.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index 4771c14165..7bef1389e8 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -231,7 +231,8 @@ paths: alert_words: type: array description: | - Array of strings, each a configured alert word. + An array of strings, where each string is an alert word (or phrase) + configured by the user. items: type: string additionalProperties: false