@@ -342,7 +342,7 @@ paths:
342
342
content :
343
343
application/json :
344
344
schema :
345
- $ref : ' #/components/schemas/Error'
345
+ $ref : ' #/components/schemas/Error'
346
346
347
347
/v2/job_definitions/{job_definition_id}/deploy :
348
348
post :
@@ -396,7 +396,7 @@ paths:
396
396
in : path
397
397
required : true
398
398
schema :
399
- type : string
399
+ type : string
400
400
requestBody :
401
401
description : Data for updating the task
402
402
required : true
@@ -416,7 +416,7 @@ paths:
416
416
content :
417
417
application/json :
418
418
schema :
419
- $ref : ' #/components/schemas/Error'
419
+ $ref : ' #/components/schemas/Error'
420
420
delete :
421
421
summary : Delete a specific task from job definition
422
422
parameters :
@@ -429,7 +429,7 @@ paths:
429
429
in : path
430
430
required : true
431
431
schema :
432
- type : string
432
+ type : string
433
433
responses :
434
434
' 204 ' :
435
435
description : Successfully deleted the task from job definition.
@@ -438,7 +438,7 @@ paths:
438
438
content :
439
439
application/json :
440
440
schema :
441
- $ref : ' #/components/schemas/Error'
441
+ $ref : ' #/components/schemas/Error'
442
442
443
443
/v2/scheduler/jobs :
444
444
get :
@@ -465,11 +465,11 @@ paths:
465
465
content :
466
466
application/json :
467
467
schema :
468
- $ref : ' #/components/schemas/Error'
468
+ $ref : ' #/components/schemas/Error'
469
469
470
470
/v2/scheduler/jobs/{job_id} :
471
471
post :
472
- summary : Manual Run a specific job
472
+ summary : Manual Run a specific job
473
473
parameters :
474
474
- name : job_id
475
475
in : path
@@ -502,7 +502,7 @@ paths:
502
502
content :
503
503
application/json :
504
504
schema :
505
- $ref : ' #/components/schemas/Error'
505
+ $ref : ' #/components/schemas/Error'
506
506
507
507
/v2/scheduler/jobs/{job_id}/task_runs/{task_id}/download_files :
508
508
get :
@@ -695,7 +695,7 @@ paths:
695
695
$ref : ' #/components/schemas/DSFile'
696
696
responses :
697
697
' 201 ' :
698
- description : File created
698
+ description : File created
699
699
700
700
/files/{fileId} :
701
701
get :
@@ -908,13 +908,13 @@ components:
908
908
externalLinks :
909
909
type : array
910
910
items :
911
- type : string
911
+ type : string
912
912
input_file_id :
913
913
type : string
914
914
output_file_id :
915
915
type : string
916
916
outputPreviewLink :
917
- type : string
917
+ type : string
918
918
output_formats :
919
919
type : array
920
920
items :
@@ -926,7 +926,7 @@ components:
926
926
taskTimeout :
927
927
type : string
928
928
showOutputInEmail :
929
- type : boolean
929
+ type : boolean
930
930
task_runs :
931
931
type : array
932
932
items :
@@ -1005,13 +1005,13 @@ components:
1005
1005
externalLinks :
1006
1006
type : array
1007
1007
items :
1008
- type : string
1008
+ type : string
1009
1009
input_file_id :
1010
1010
type : string
1011
1011
output_file_id :
1012
1012
type : string
1013
1013
outputPreviewLink :
1014
- type : string
1014
+ type : string
1015
1015
output_formats :
1016
1016
type : array
1017
1017
items :
@@ -1023,7 +1023,7 @@ components:
1023
1023
taskTimeout :
1024
1024
type : string
1025
1025
showOutputInEmail :
1026
- type : boolean
1026
+ type : boolean
1027
1027
task_runs :
1028
1028
type : array
1029
1029
items :
@@ -1069,7 +1069,7 @@ components:
1069
1069
output_formats :
1070
1070
type : array
1071
1071
items :
1072
- type : string
1072
+ type : string
1073
1073
runtimeProperties :
1074
1074
type : object
1075
1075
additionalProperties :
@@ -1136,7 +1136,7 @@ components:
1136
1136
kernelSpecVersion :
1137
1137
type : string
1138
1138
kernelProfileId :
1139
- type : string
1139
+ type : string
1140
1140
kernelProfileVersion :
1141
1141
type : string
1142
1142
namespaceId :
@@ -1164,7 +1164,7 @@ components:
1164
1164
taskTimeout :
1165
1165
type : string
1166
1166
showOutputInEmail :
1167
- type : boolean
1167
+ type : boolean
1168
1168
output_formats :
1169
1169
type : array
1170
1170
items :
@@ -1184,17 +1184,17 @@ components:
1184
1184
input_file_id :
1185
1185
type : string
1186
1186
active :
1187
- type : boolean
1187
+ type : boolean
1188
1188
status :
1189
1189
type : string
1190
1190
statusMessage :
1191
1191
type : string
1192
1192
input_file_path :
1193
- type : string
1193
+ type : string
1194
1194
externalLinks :
1195
1195
type : array
1196
1196
items :
1197
- type : string
1197
+ type : string
1198
1198
timezone :
1199
1199
type : string
1200
1200
job_definition_id :
@@ -1204,9 +1204,9 @@ components:
1204
1204
additionalProperties :
1205
1205
type : string
1206
1206
version :
1207
- type : string
1207
+ type : string
1208
1208
deploy_time :
1209
- type : integer
1209
+ type : integer
1210
1210
create_time :
1211
1211
type : integer
1212
1212
update_time :
@@ -1341,7 +1341,7 @@ components:
1341
1341
kernelSpecVersion :
1342
1342
type : string
1343
1343
kernelProfileId :
1344
- type : string
1344
+ type : string
1345
1345
kernelProfileVersion :
1346
1346
type : string
1347
1347
namespaceId :
@@ -1383,7 +1383,7 @@ components:
1383
1383
lastModifiedAt :
1384
1384
type : string
1385
1385
status :
1386
- type : string
1386
+ type : string
1387
1387
statusMessage :
1388
1388
type : string
1389
1389
input_file_id :
@@ -1404,7 +1404,7 @@ components:
1404
1404
kernelSpecVersion :
1405
1405
type : string
1406
1406
kernelProfileId :
1407
- type : string
1407
+ type : string
1408
1408
kernelProfileVersion :
1409
1409
type : string
1410
1410
status :
@@ -1452,7 +1452,7 @@ components:
1452
1452
update_time :
1453
1453
type : string
1454
1454
status :
1455
- type : string
1455
+ type : string
1456
1456
statusMessage :
1457
1457
type : string
1458
1458
input_file_id :
0 commit comments