Skip to content

Commit 654a94d

Browse files
author
nageswara-reddy2005
authored
fix: correct isRequired flags for installation_repositories webhook (Resolves #43315)
1 parent d19b695 commit 654a94d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/webhooks/data/fpt/installation_repositories.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"type": "array of objects",
4444
"name": "repositories_removed",
4545
"description": "<p>An array of repository objects, which were removed from the installation.</p>",
46-
"isRequired": true,
46+
"isRequired": false,
4747
"childParamsGroups": []
4848
},
4949
{
@@ -121,7 +121,7 @@
121121
"type": "array of objects",
122122
"name": "repositories_added",
123123
"description": "<p>An array of repository objects, which were added to the installation.</p>",
124-
"isRequired": true,
124+
"isRequired": false,
125125
"childParamsGroups": []
126126
},
127127
{
@@ -169,4 +169,4 @@
169169
"action": "removed",
170170
"category": "installation_repositories"
171171
}
172-
}
172+
}

0 commit comments

Comments
 (0)