Skip to content

Commit

Permalink
Mark mandatory param as required (#20638)
Browse files Browse the repository at this point in the history
  • Loading branch information
loriatarms authored Sep 13, 2022
1 parent e1b31e4 commit 2acf276
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,9 @@
},
"ManualTriggerRequestBody": {
"type": "object",
"required": [
"logicAppsResourceId"
],
"properties": {
"tenantId": {
"format": "uuid",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,9 @@
},
"ManualTriggerRequestBody": {
"type": "object",
"required": [
"logicAppsResourceId"
],
"properties": {
"tenantId": {
"format": "uuid",
Expand Down

0 comments on commit 2acf276

Please sign in to comment.