@@ -300,7 +300,7 @@ paths:
300
300
content :
301
301
application/json :
302
302
schema :
303
- $ref : ' #/components/schemas/Error'
303
+ $ref : ' #/components/schemas/Error'
304
304
305
305
/v2/job_definitions/{job_definition_id}/deploy :
306
306
post :
@@ -354,7 +354,7 @@ paths:
354
354
in : path
355
355
required : true
356
356
schema :
357
- type : string
357
+ type : string
358
358
requestBody :
359
359
description : Data for updating the task
360
360
required : true
@@ -374,7 +374,7 @@ paths:
374
374
content :
375
375
application/json :
376
376
schema :
377
- $ref : ' #/components/schemas/Error'
377
+ $ref : ' #/components/schemas/Error'
378
378
delete :
379
379
summary : Delete a specific task from job definition
380
380
parameters :
@@ -387,7 +387,7 @@ paths:
387
387
in : path
388
388
required : true
389
389
schema :
390
- type : string
390
+ type : string
391
391
responses :
392
392
' 204 ' :
393
393
description : Successfully deleted the task from job definition.
@@ -396,7 +396,7 @@ paths:
396
396
content :
397
397
application/json :
398
398
schema :
399
- $ref : ' #/components/schemas/Error'
399
+ $ref : ' #/components/schemas/Error'
400
400
401
401
/v2/scheduler/jobs :
402
402
get :
@@ -423,11 +423,11 @@ paths:
423
423
content :
424
424
application/json :
425
425
schema :
426
- $ref : ' #/components/schemas/Error'
426
+ $ref : ' #/components/schemas/Error'
427
427
428
428
/v2/scheduler/jobs/{job_id} :
429
429
post :
430
- summary : Manual Run a specific job
430
+ summary : Manual Run a specific job
431
431
parameters :
432
432
- name : job_id
433
433
in : path
@@ -460,7 +460,7 @@ paths:
460
460
content :
461
461
application/json :
462
462
schema :
463
- $ref : ' #/components/schemas/Error'
463
+ $ref : ' #/components/schemas/Error'
464
464
465
465
/v2/scheduler/jobs/{job_id}/task_runs/{task_id}/download_files :
466
466
get :
@@ -654,7 +654,7 @@ paths:
654
654
$ref : ' #/components/schemas/DSFile'
655
655
responses :
656
656
' 201 ' :
657
- description : File created
657
+ description : File created
658
658
659
659
/files/{fileId} :
660
660
get :
@@ -868,13 +868,13 @@ components:
868
868
externalLinks :
869
869
type : array
870
870
items :
871
- type : string
871
+ type : string
872
872
input_file_id :
873
873
type : string
874
874
output_file_id :
875
875
type : string
876
876
outputPreviewLink :
877
- type : string
877
+ type : string
878
878
output_formats :
879
879
type : array
880
880
items :
@@ -886,7 +886,7 @@ components:
886
886
taskTimeout :
887
887
type : string
888
888
showOutputInEmail :
889
- type : boolean
889
+ type : boolean
890
890
task_runs :
891
891
type : array
892
892
items :
@@ -965,13 +965,13 @@ components:
965
965
externalLinks :
966
966
type : array
967
967
items :
968
- type : string
968
+ type : string
969
969
input_file_id :
970
970
type : string
971
971
output_file_id :
972
972
type : string
973
973
outputPreviewLink :
974
- type : string
974
+ type : string
975
975
output_formats :
976
976
type : array
977
977
items :
@@ -983,7 +983,7 @@ components:
983
983
taskTimeout :
984
984
type : string
985
985
showOutputInEmail :
986
- type : boolean
986
+ type : boolean
987
987
task_runs :
988
988
type : array
989
989
items :
@@ -1029,7 +1029,7 @@ components:
1029
1029
output_formats :
1030
1030
type : array
1031
1031
items :
1032
- type : string
1032
+ type : string
1033
1033
runtimeProperties :
1034
1034
type : object
1035
1035
additionalProperties :
@@ -1096,7 +1096,7 @@ components:
1096
1096
kernelSpecVersion :
1097
1097
type : string
1098
1098
kernelProfileId :
1099
- type : string
1099
+ type : string
1100
1100
kernelProfileVersion :
1101
1101
type : string
1102
1102
namespaceId :
@@ -1124,7 +1124,7 @@ components:
1124
1124
taskTimeout :
1125
1125
type : string
1126
1126
showOutputInEmail :
1127
- type : boolean
1127
+ type : boolean
1128
1128
output_formats :
1129
1129
type : array
1130
1130
items :
@@ -1144,17 +1144,17 @@ components:
1144
1144
input_file_id :
1145
1145
type : string
1146
1146
active :
1147
- type : boolean
1147
+ type : boolean
1148
1148
status :
1149
1149
type : string
1150
1150
statusMessage :
1151
1151
type : string
1152
1152
input_file_path :
1153
- type : string
1153
+ type : string
1154
1154
externalLinks :
1155
1155
type : array
1156
1156
items :
1157
- type : string
1157
+ type : string
1158
1158
timezone :
1159
1159
type : string
1160
1160
job_definition_id :
@@ -1164,9 +1164,9 @@ components:
1164
1164
additionalProperties :
1165
1165
type : string
1166
1166
version :
1167
- type : string
1167
+ type : string
1168
1168
deploy_time :
1169
- type : integer
1169
+ type : integer
1170
1170
create_time :
1171
1171
type : integer
1172
1172
update_time :
@@ -1301,7 +1301,7 @@ components:
1301
1301
kernelSpecVersion :
1302
1302
type : string
1303
1303
kernelProfileId :
1304
- type : string
1304
+ type : string
1305
1305
kernelProfileVersion :
1306
1306
type : string
1307
1307
namespaceId :
@@ -1343,7 +1343,7 @@ components:
1343
1343
lastModifiedAt :
1344
1344
type : string
1345
1345
status :
1346
- type : string
1346
+ type : string
1347
1347
statusMessage :
1348
1348
type : string
1349
1349
input_file_id :
@@ -1364,7 +1364,7 @@ components:
1364
1364
kernelSpecVersion :
1365
1365
type : string
1366
1366
kernelProfileId :
1367
- type : string
1367
+ type : string
1368
1368
kernelProfileVersion :
1369
1369
type : string
1370
1370
status :
@@ -1412,7 +1412,7 @@ components:
1412
1412
update_time :
1413
1413
type : string
1414
1414
status :
1415
- type : string
1415
+ type : string
1416
1416
statusMessage :
1417
1417
type : string
1418
1418
input_file_id :
0 commit comments