From 654a94d883026694d33a72f661e554ef66acfd97 Mon Sep 17 00:00:00 2001 From: nageswara-reddy2005 Date: Wed, 5 Aug 2026 19:38:29 +0530 Subject: [PATCH] fix: correct isRequired flags for installation_repositories webhook (Resolves #43315) --- src/webhooks/data/fpt/installation_repositories.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/webhooks/data/fpt/installation_repositories.json b/src/webhooks/data/fpt/installation_repositories.json index aae56f789e55..f05b01a64415 100644 --- a/src/webhooks/data/fpt/installation_repositories.json +++ b/src/webhooks/data/fpt/installation_repositories.json @@ -43,7 +43,7 @@ "type": "array of objects", "name": "repositories_removed", "description": "

An array of repository objects, which were removed from the installation.

", - "isRequired": true, + "isRequired": false, "childParamsGroups": [] }, { @@ -121,7 +121,7 @@ "type": "array of objects", "name": "repositories_added", "description": "

An array of repository objects, which were added to the installation.

", - "isRequired": true, + "isRequired": false, "childParamsGroups": [] }, { @@ -169,4 +169,4 @@ "action": "removed", "category": "installation_repositories" } -} \ No newline at end of file +}