api: Modify "alert_words" response description in GET /events doc.

This commit is contained in:
Kartik Srivastava 2022-08-17 00:55:21 +05:30 committed by Tim Abbott
parent 342fd72a10
commit 098effe0a6
1 changed files with 2 additions and 1 deletions

View File

@ -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