From ebbb25699b47b80cc3dcfd522d78c6decb883aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 17 Nov 2022 16:13:47 +0100 Subject: [PATCH] Set kind as nullable in definition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/api/client-server/pusher.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/api/client-server/pusher.yaml b/data/api/client-server/pusher.yaml index 2be7119d..b797bb5a 100644 --- a/data/api/client-server/pusher.yaml +++ b/data/api/client-server/pusher.yaml @@ -182,7 +182,9 @@ paths: If the `kind` is `"email"`, this is the email address to send notifications to. kind: - type: string + type: + - "string" + - "null" description: |- The kind of pusher to configure. `"http"` makes a pusher that sends HTTP pokes. `"email"` makes a pusher that emails the