From 4a020025bc2ca687f63ed357fd71a2a67d7b8123 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 5 Oct 2016 11:51:48 +0100 Subject: [PATCH] Make swagger happpy These aren't strings, but 'any' causes swagger to break and leaving it out makes the doc fail to build. --- api/client-server/notifications.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/client-server/notifications.yaml b/api/client-server/notifications.yaml index c4983829..288987ab 100644 --- a/api/client-server/notifications.yaml +++ b/api/client-server/notifications.yaml @@ -109,6 +109,8 @@ paths: description: |- The action(s) to perform when the conditions for this rule are met. See `Push Rules: API`_. + items: + type: string event: type: object title: Event