From 2cc46f1ef1e84f2c12a6108a7da020587f7da89a Mon Sep 17 00:00:00 2001 From: Philip de Nier Date: Thu, 22 Aug 2024 14:53:32 +0100 Subject: [PATCH] review: Improve property description PDN: decided to revert the change. Co-authored-by: James Sandford --- api/schemas/webhook.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/schemas/webhook.json b/api/schemas/webhook.json index 8f727de..ef1f978 100644 --- a/api/schemas/webhook.json +++ b/api/schemas/webhook.json @@ -20,7 +20,7 @@ "type": "string" }, "events": { - "description": "Filter events to those with event type in this list", + "description": "List of event types to receive", "type": "array", "items": { "type": "string"