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:
|
alert_words:
|
||||||
type: array
|
type: array
|
||||||
description: |
|
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:
|
items:
|
||||||
type: string
|
type: string
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
|
Loading…
Reference in New Issue