Skip to content

Commit

Permalink
Anfranci/fixstartexectemplateabv0423 (#24863)
Browse files Browse the repository at this point in the history
* fix start job exec template required property

* fix start job exec template required property

* fix start job exec template required property

* fix start job exec template required property
  • Loading branch information
anandanthony authored Jul 28, 2023
1 parent 69ab6df commit 5cb80c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@
{
"name": "template",
"in": "body",
"description": "Properties used to start a job instance.",
"required": true,
"description": "Properties used to start a job execution.",
"required": false,
"schema": {
"$ref": "#/definitions/JobExecutionTemplate"
}
Expand Down Expand Up @@ -654,7 +654,7 @@
"triggerType": {
"description": "Trigger type of the job",
"enum": [
"Scheduled",
"Schedule",
"Event",
"Manual"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@
{
"name": "template",
"in": "body",
"description": "Properties used to start a job instance.",
"required": true,
"description": "Properties used to start a job execution.",
"required": false,
"schema": {
"$ref": "#/definitions/JobExecutionTemplate"
}
Expand Down Expand Up @@ -666,7 +666,7 @@
"triggerType": {
"description": "Trigger type of the job",
"enum": [
"Scheduled",
"Schedule",
"Event",
"Manual"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@
{
"name": "template",
"in": "body",
"description": "Properties used to start a job instance.",
"required": true,
"description": "Properties used to start a job execution.",
"required": false,
"schema": {
"$ref": "#/definitions/JobExecutionTemplate"
}
Expand Down

0 comments on commit 5cb80c7

Please sign in to comment.