mirror of https://github.com/zulip/zulip.git
api: Modify "alert_words" response description in GET /events doc.
This commit is contained in:
parent
342fd72a10
commit
098effe0a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue