File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
specification/app/resource-manager/Microsoft.App/preview Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 352
352
{
353
353
"name" : " template" ,
354
354
"in" : " body" ,
355
- "description" : " Properties used to start a job instance ." ,
356
- "required" : true ,
355
+ "description" : " Properties used to start a job execution ." ,
356
+ "required" : false ,
357
357
"schema" : {
358
358
"$ref" : " #/definitions/JobExecutionTemplate"
359
359
}
Original file line number Diff line number Diff line change 333
333
{
334
334
"name" : " template" ,
335
335
"in" : " body" ,
336
- "description" : " Properties used to start a job instance ." ,
337
- "required" : true ,
336
+ "description" : " Properties used to start a job execution ." ,
337
+ "required" : false ,
338
338
"schema" : {
339
339
"$ref" : " #/definitions/JobExecutionTemplate"
340
340
}
You can’t perform that action at this time.
0 commit comments