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 +}